rector/rector.yaml

19 lines
555 B
YAML
Raw Normal View History

2019-03-31 23:20:51 +02:00
parameters:
2019-09-28 14:08:08 +02:00
# see https://github.com/rectorphp/rector/pull/2052
auto_import_names: true
2019-03-31 23:20:51 +02:00
exclude_paths:
# - "/Fixture/"
# - "/Fixtures/"
2019-04-29 06:18:05 +02:00
- "/Expected/"
2019-04-29 06:09:00 +02:00
- "/Source/"
- "packages/Symfony/src/Bridge/DefaultAnalyzedSymfonyApplicationContainer.php"
- "src/Testing/PHPUnit/AbstractRectorTestCase.php"
- "packages/Php/tests/Rector/Name/ReservedObjectRector/*"
2019-03-31 23:20:51 +02:00
# autoload-buggy cases
- "*.php.inc"
2019-03-31 23:20:51 +02:00
# so Rector code is still PHP 7.1 compatible
php_version_features: '7.1'