mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
17 lines
496 B
YAML
17 lines
496 B
YAML
imports:
|
|
- { resource: "create-rector.yaml", ignore_errors: true }
|
|
|
|
parameters:
|
|
exclude_paths:
|
|
- "/Fixture/"
|
|
- "/Expected/"
|
|
- "packages/Symfony/src/Bridge/DefaultAnalyzedSymfonyApplicationContainer.php"
|
|
- "src/Testing/PHPUnit/AbstractRectorTestCase.php"
|
|
- "packages/Php/tests/Rector/Name/ReservedObjectRector/*"
|
|
|
|
# autoload-buggy cases
|
|
- "*.php.inc"
|
|
|
|
# so Rector code is still PHP 7.2 compatible
|
|
php_version_features: '7.2'
|