File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
ProjektMOTORCodingStandard Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 23
23
24
24
25
25
<rule ref =" vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml" ><!-- relative path to your ruleset.xml -->
26
+ <!-- sniffs to exclude because of deprecation -->
27
+ <exclude name =" Generic.Functions.CallTimePassByReference" />
28
+ <exclude name =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat" />
26
29
<!-- keep it for debugging reasons to be able to list all rules vendor/bin/phpcs -e | grep SlevomatCodingStandard -->
27
30
<!-- <exclude name="*" />-->
28
-
31
+ <exclude name =" SlevomatCodingStandard.Functions.RequireSingleLineCall.RequiredSingleLineCall" />
32
+ <exclude name =" SlevomatCodingStandard.Functions.DisallowArrowFunction.DisallowedArrowFunction" />
29
33
<exclude name =" SlevomatCodingStandard.Complexity.Cognitive.ComplexityTooHigh" />
30
34
<exclude name =" SlevomatCodingStandard.Files.FileLength.FileTooLong" />
31
35
<exclude name =" SlevomatCodingStandard.Classes.ClassLength.ClassTooLong" />
184
188
<element key =" tests" value =" App\Tests" />
185
189
<element key =" tests/features/bootstrap" value =" App\Tests\Behat" />
186
190
</property >
187
- <property name =" ignoredNamespaces" type =" array" value =" DoctrineMigrations" />
191
+ <property name =" ignoredNamespaces" type =" array" >
192
+ <element value =" DoctrineMigrations" />
193
+ </property >
188
194
</properties >
189
195
</rule >
190
196
You can’t perform that action at this time.
0 commit comments