forked from rectorphp/rector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rector-ci.yaml
34 lines (30 loc) · 866 Bytes
/
rector-ci.yaml
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
30
31
32
33
34
parameters:
sets:
- 'coding-style'
- 'code-quality'
- 'dead-code'
- 'nette-utils-code-quality'
- 'solid'
- 'privatization'
- 'naming'
paths:
- 'src'
- 'rules'
- 'packages'
- 'tests'
- 'utils'
- 'compiler/src'
- 'compiler/bin/compile'
- 'compiler/build/scoper.inc.php'
autoload_paths:
- 'compiler/src'
exclude_paths:
- '/Fixture/'
- '/Source/'
- '/Expected/'
# generated
- 'packages/doctrine-annotation-generated/src/*'
exclude_rectors:
# @todo needs to check for "autoload-dev" local dependency
- 'Rector\Php55\Rector\String_\StringClassNameToClassConstantRector'
- 'Rector\CodingStyle\Rector\String_\SplitStringClassConstantToClassConstFetchRector'