Skip to content

Commit

Permalink
AC-12039: Exclude xml files from "Generic.Files.LineLength" rule in S…
Browse files Browse the repository at this point in the history
…tatic Test ruleset
  • Loading branch information
yaroslavGoncharuk committed May 29, 2024
1 parent 7521587 commit 47f71a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Magento2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@
</properties>
<severity>6</severity>
<type>warning</type>
<exclude-pattern>*\.xml$</exclude-pattern>
</rule>
<rule ref="Generic.Formatting.DisallowMultipleStatements">
<severity>6</severity>
Expand Down

0 comments on commit 47f71a9

Please sign in to comment.