2019-03-31 23:20:51 +02:00
|
|
|
parameters:
|
|
|
|
exclude_paths:
|
2019-04-29 06:09:00 +02:00
|
|
|
- "/Fixture/"
|
2019-03-31 23:20:51 +02:00
|
|
|
- "/Fixtures/"
|
2019-04-29 06:18:05 +02:00
|
|
|
- "/Expected/"
|
2019-04-29 06:09:00 +02:00
|
|
|
- "/Source/"
|
2019-05-26 14:43:20 +02:00
|
|
|
- "/tests/" # for better performance of local changes
|
|
|
|
|
2019-03-31 23:20:51 +02:00
|
|
|
# autoload-buggy cases
|
|
|
|
- "*.php.inc"
|
2019-04-26 10:48:58 +02:00
|
|
|
# string might not exist for SplitStringClassConstantToClassConstFetchRector
|
|
|
|
- "packages/Symfony/src/Rector/Console/ConsoleExceptionToErrorEventConstantRector.php"
|
2019-04-29 06:09:00 +02:00
|
|
|
- "tests/Rector/Argument/ArgumentRemoverRector/ArgumentRemoverRectorTest.php"
|
|
|
|
- "tests/Rector/Argument/ArgumentDefaultValueReplacerRector/ArgumentDefaultValueReplacerRectorTest.php"
|
2019-03-31 23:20:51 +02:00
|
|
|
|
|
|
|
# so Rector code is still PHP 7.1 compatible
|
|
|
|
php_version_features: '7.1'
|
2019-04-17 17:04:29 +02:00
|
|
|
|
|
|
|
services:
|
2019-05-26 14:43:20 +02:00
|
|
|
# Rector\CodingStyle\Rector\Namespace_\ImportFullyQualifiedNamesRector: ~
|