Skip to content

Commit 2b0305a

Browse files
committed
ESDEV-4666 Add /modules/ to exclude-pattern
Modules should run their own coding standards tests
1 parent f83870c commit 2b0305a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Oxid/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<exclude-pattern>/config.inc.php</exclude-pattern>
1515
<exclude-pattern>/vendor/</exclude-pattern>
1616
<exclude-pattern>/tests/</exclude-pattern>
17+
<exclude-pattern>/modules/</exclude-pattern>
1718

1819
<!-- Include specific sniffs from the other standards. -->
1920
<rule ref="Generic.Metrics.CyclomaticComplexity"/>

0 commit comments

Comments
 (0)