forked from nunomaduro/phpinsights
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrector.yaml
More file actions
29 lines (29 loc) 路 767 Bytes
/
Copy pathrector.yaml
File metadata and controls
29 lines (29 loc) 路 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
parameters:
autoload_paths:
- 'vendor/squizlabs/php_codesniffer/autoload.php'
paths:
- 'src'
- 'tests'
- 'bin'
exclude_paths:
- 'tests/*Fixtures/*'
auto_import_names: true
php_version_features: '7.4'
sets:
- 'action-injection-to-constructor-injection'
- 'array-str-functions-to-static-call'
- 'celebrity'
- 'doctrine'
- 'phpstan'
- 'phpunit-code-quality'
- 'solid'
- 'early-return'
- 'doctrine-code-quality'
- 'dead-code'
- 'code-quality'
- 'php71'
- 'php72'
- 'php73'
- 'php74'
exclude_rectors:
- 'Rector\DeadCode\Rector\Property\RemoveNullPropertyInitializationRector'