mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
17 lines
406 B
YAML
17 lines
406 B
YAML
parameters:
|
|
exclude_paths:
|
|
- "/Fixture/"
|
|
- "/Fixtures/"
|
|
- "/Expected/"
|
|
- "/Source/"
|
|
- "/tests/" # for better performance of local changes
|
|
|
|
# autoload-buggy cases
|
|
- "*.php.inc"
|
|
|
|
# so Rector code is still PHP 7.1 compatible
|
|
php_version_features: '7.1'
|
|
|
|
services:
|
|
# Rector\CodingStyle\Rector\Namespace_\ImportFullyQualifiedNamesRector: ~
|