Skip to content

Commit

Permalink
Fixed include-patterns for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gwharton authored Aug 29, 2024
1 parent f258e53 commit 1b283eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Magento2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<rule ref="Magento2.Legacy.Layout">
<severity>10</severity>
<type>error</type>
<include-pattern>*/view/(adminhtml|frontend|base)/*\/.xml</include-pattern>
<include-pattern>*/view/(adminhtml|frontend|base)/*/*.xml</include-pattern>
</rule>
<rule ref="Magento2.Legacy.RestrictedCode">
<severity>10</severity>
Expand Down

0 comments on commit 1b283eb

Please sign in to comment.