mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
39 lines
735 B
YAML
39 lines
735 B
YAML
imports:
|
|
- { resource: "create-rector.yaml", ignore_errors: 'not_found' }
|
|
|
|
services:
|
|
# @todo add compiler pass that makes every Rector public service
|
|
# _defaults:
|
|
# public: true
|
|
|
|
Rector\Php72\Rector\Each\ListEachRector: null
|
|
|
|
parameters:
|
|
# bleeding edge feature
|
|
# is_cache_enabled: true
|
|
|
|
auto_import_names: true
|
|
|
|
# sets:
|
|
# - solid
|
|
# - 'dead-code'
|
|
|
|
paths:
|
|
- src
|
|
- tests
|
|
- rules
|
|
- utils
|
|
- packages
|
|
|
|
exclude_paths:
|
|
- "/Source/"
|
|
- "/*Source/"
|
|
- "/Fixture/"
|
|
- "/Expected/"
|
|
|
|
# autoload-buggy cases
|
|
- "*.php.inc"
|
|
|
|
# so Rector code is still PHP 7.2 compatible
|
|
php_version_features: '7.2'
|