mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-19 07:40:49 +01:00
18 lines
644 B
YAML
18 lines
644 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:
|