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:
|
2019-09-22 20:57:03 +02:00
|
|
|
# - "/Fixture/"
|
|
|
|
# - "/Fixtures/"
|
2019-04-29 06:18:05 +02:00
|
|
|
- "/Expected/"
|
2019-04-29 06:09:00 +02:00
|
|
|
- "/Source/"
|
2019-09-15 15:55:12 +02:00
|
|
|
- "packages/Symfony/src/Bridge/DefaultAnalyzedSymfonyApplicationContainer.php"
|
|
|
|
- "src/Testing/PHPUnit/AbstractRectorTestCase.php"
|
2019-09-23 13:43:13 +02:00
|
|
|
- "packages/Php/tests/Rector/Name/ReservedObjectRector/*"
|
2019-05-26 14:43:20 +02:00
|
|
|
|
2019-03-31 23:20:51 +02:00
|
|
|
# autoload-buggy cases
|
2019-09-23 13:43:13 +02:00
|
|
|
- "*.php.inc"
|
2019-03-31 23:20:51 +02:00
|
|
|
|
|
|
|
# so Rector code is still PHP 7.1 compatible
|
|
|
|
php_version_features: '7.1'
|