Skip to content

Commit a18c73c

Browse files
committed
ruleset.xml
1 parent e8cd1be commit a18c73c

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

InfinityloopCodingStandard/ruleset.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
<arg value="s"/> <!-- Display name of sniff used to detect/fix issue -->
99
<arg value="p"/> <!-- Display progress -->
1010
<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>
1511
<exclude-pattern>*/tests/*/data/*</exclude-pattern>
1612
<exclude-pattern>*/vendor/*</exclude-pattern>
1713
<exclude-pattern>*/vendor-bin/*</exclude-pattern>
@@ -255,7 +251,6 @@
255251
<property name="linesCountBeforeClosingBrace" value="0"/>
256252
</properties>
257253
</rule>
258-
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements"/>
259254
<rule ref="SlevomatCodingStandard.Classes.SuperfluousTraitNaming"/>
260255
<rule ref="SlevomatCodingStandard.Classes.ModernClassNameReference"/>
261256
<rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming">
@@ -423,17 +418,6 @@
423418
<rule ref="SlevomatCodingStandard.Namespaces.UseFromSameNamespace"/>
424419
<rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants"/>
425420
<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>
437421
<rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedExceptions"/>
438422
<rule ref="SlevomatCodingStandard.Namespaces.UselessAlias"/>
439423
<rule ref="SlevomatCodingStandard.Namespaces.UseSpacing">
@@ -484,7 +468,7 @@
484468
<rule ref="SlevomatCodingStandard.Functions.StaticClosure"/>
485469
<rule ref="SlevomatCodingStandard.Functions.UselessParameterDefaultValue"/>
486470
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure"/>
487-
<rule ref="SlevomatCodingStandard.Functions.TrailingCommaInCall"/>
471+
<rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInCall"/>
488472
<rule ref="SlevomatCodingStandard.Numbers.DisallowNumericLiteralSeparator"/>
489473
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators"/>
490474
<rule ref="SlevomatCodingStandard.Operators.RequireCombinedAssignmentOperator"/>

0 commit comments

Comments
 (0)