rector/rector.yaml

21 lines
784 B
YAML
Raw Normal View History

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/"
- "/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'
services:
# Rector\CodingStyle\Rector\Namespace_\ImportFullyQualifiedNamesRector: ~