Skip to content

Commit da41451

Browse files
committed
Updated PHPCS rules.
1 parent 6d99431 commit da41451

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

phpcs.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@
4141
<type>warning</type>
4242
</rule>
4343

44-
<!-- Allow incorrectly sorted namespaces in tests. -->
45-
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.IncorrectlyOrderedUses">
46-
<exclude-pattern>*.Test\.php</exclude-pattern>
47-
<exclude-pattern>*.TestCase\.php</exclude-pattern>
48-
<exclude-pattern>*.test</exclude-pattern>
49-
</rule>
50-
5144
<!-- Allow long array lines in tests. -->
5245
<rule ref="Drupal.Arrays.Array.LongLineDeclaration">
5346
<exclude-pattern>*.Test\.php</exclude-pattern>

0 commit comments

Comments
 (0)