We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d99431 commit da41451Copy full SHA for da41451
phpcs.xml
@@ -41,13 +41,6 @@
41
<type>warning</type>
42
</rule>
43
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
-
51
<!-- Allow long array lines in tests. -->
52
<rule ref="Drupal.Arrays.Array.LongLineDeclaration">
53
<exclude-pattern>*.Test\.php</exclude-pattern>
0 commit comments