Skip to content

Commit 47f71a9

Browse files
AC-12039: Exclude xml files from "Generic.Files.LineLength" rule in Static Test ruleset
1 parent 7521587 commit 47f71a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Magento2/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@
488488
</properties>
489489
<severity>6</severity>
490490
<type>warning</type>
491+
<exclude-pattern>*\.xml$</exclude-pattern>
491492
</rule>
492493
<rule ref="Generic.Formatting.DisallowMultipleStatements">
493494
<severity>6</severity>

0 commit comments

Comments
 (0)