mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 03:02:33 +01:00
19 lines
720 B
YAML
19 lines
720 B
YAML
parameters:
|
|
exclude_paths:
|
|
- "/Fixture/"
|
|
- "/Fixtures/"
|
|
- "/Expected/"
|
|
- "/Source/"
|
|
# autoload-buggy cases
|
|
- "*.php.inc"
|
|
# string might not exist for SplitStringClassConstantToClassConstFetchRector
|
|
- "packages/Symfony/src/Rector/Console/ConsoleExceptionToErrorEventConstantRector.php"
|
|
- "tests/Rector/Argument/ArgumentRemoverRector/ArgumentRemoverRectorTest.php"
|
|
- "tests/Rector/Argument/ArgumentDefaultValueReplacerRector/ArgumentDefaultValueReplacerRectorTest.php"
|
|
|
|
# so Rector code is still PHP 7.1 compatible
|
|
php_version_features: '7.1'
|
|
|
|
services:
|
|
Rector\CodingStyle\Rector\Namespace_\ImportFullyQualifiedNamesRector: ~
|