|
8 | 8 | <arg value="s"/> <!-- Display name of sniff used to detect/fix issue --> |
9 | 9 | <arg value="p"/> <!-- Display progress --> |
10 | 10 | <config name="installed_paths" value="./../../slevomat/coding-standard,./../../infinityloop-dev/coding-standard"/> |
11 | | - <file>./../../../../../../app</file> <!-- Files to check - relative from ruleset location --> |
12 | | - <file>./../../../../../../bin</file> |
13 | | - <file>./../../../../../../tests</file> |
14 | | - <file>./../../../../../../www</file> |
15 | 11 | <exclude-pattern>*/tests/*/data/*</exclude-pattern> |
16 | 12 | <exclude-pattern>*/vendor/*</exclude-pattern> |
17 | 13 | <exclude-pattern>*/vendor-bin/*</exclude-pattern> |
|
255 | 251 | <property name="linesCountBeforeClosingBrace" value="0"/> |
256 | 252 | </properties> |
257 | 253 | </rule> |
258 | | - <rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements"/> |
259 | 254 | <rule ref="SlevomatCodingStandard.Classes.SuperfluousTraitNaming"/> |
260 | 255 | <rule ref="SlevomatCodingStandard.Classes.ModernClassNameReference"/> |
261 | 256 | <rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming"> |
|
423 | 418 | <rule ref="SlevomatCodingStandard.Namespaces.UseFromSameNamespace"/> |
424 | 419 | <rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants"/> |
425 | 420 | <rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalFunctions"/> |
426 | | - <rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword"> |
427 | | - <properties> |
428 | | - <property name="keywordsToCheck" type="array"> |
429 | | - <element value="T_EXTENDS"/> |
430 | | - <element value="T_IMPLEMENTS"/> |
431 | | - <element value="T_USE"/> |
432 | | - <element value="T_NEW"/> |
433 | | - <element value="T_THROW"/> |
434 | | - </property> |
435 | | - </properties> |
436 | | - </rule> |
437 | 421 | <rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedExceptions"/> |
438 | 422 | <rule ref="SlevomatCodingStandard.Namespaces.UselessAlias"/> |
439 | 423 | <rule ref="SlevomatCodingStandard.Namespaces.UseSpacing"> |
|
484 | 468 | <rule ref="SlevomatCodingStandard.Functions.StaticClosure"/> |
485 | 469 | <rule ref="SlevomatCodingStandard.Functions.UselessParameterDefaultValue"/> |
486 | 470 | <rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure"/> |
487 | | - <rule ref="SlevomatCodingStandard.Functions.TrailingCommaInCall"/> |
| 471 | + <rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInCall"/> |
488 | 472 | <rule ref="SlevomatCodingStandard.Numbers.DisallowNumericLiteralSeparator"/> |
489 | 473 | <rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators"/> |
490 | 474 | <rule ref="SlevomatCodingStandard.Operators.RequireCombinedAssignmentOperator"/> |
|
0 commit comments