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 18f08dc commit 58efcbfCopy full SHA for 58efcbf
ProjektMOTORCodingStandard/ruleset.xml
@@ -2,6 +2,9 @@
2
<ruleset name="ProjektMOTOR">
3
<description>The ProjektMOTOR coding standard.</description>
4
5
+ <exclude-pattern>./tests/object-manager.php</exclude-pattern>
6
+ <exclude-pattern>./tests/behat-bootstrap.php</exclude-pattern>
7
+
8
<rule ref="PSR1.Methods.CamelCapsMethodName">
9
<exclude-pattern>tests/*</exclude-pattern>
10
</rule>
0 commit comments