Skip to content

Commit 58efcbf

Browse files
author
robert.freigang
committed
Exclude tests/object-manager.php and tests/behat-bootstrap.php
1 parent 18f08dc commit 58efcbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ProjektMOTORCodingStandard/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<ruleset name="ProjektMOTOR">
33
<description>The ProjektMOTOR coding standard.</description>
44

5+
<exclude-pattern>./tests/object-manager.php</exclude-pattern>
6+
<exclude-pattern>./tests/behat-bootstrap.php</exclude-pattern>
7+
58
<rule ref="PSR1.Methods.CamelCapsMethodName">
69
<exclude-pattern>tests/*</exclude-pattern>
710
</rule>

0 commit comments

Comments
 (0)