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 e4f12a7 commit f258e53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Magento2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@
<exclude-pattern>*\.js$</exclude-pattern>
</rule>
<rule ref="Magento2.Legacy.ClassReferencesInConfigurationFiles">
<include-pattern>*\/etc/*.xml$</include-pattern>
<exclude-pattern>*\/etc/wsdl.xml$</exclude-pattern>
<exclude-pattern>*\/etc/wsdl2.xml$</exclude-pattern>
<exclude-pattern>*\/etc/wsi.xml$</exclude-pattern>
<include-pattern>*/etc/*.xml$</include-pattern>
<exclude-pattern>*/etc/wsdl.xml$</exclude-pattern>
<exclude-pattern>*/etc/wsdl2.xml$</exclude-pattern>
<exclude-pattern>*/etc/wsi.xml$</exclude-pattern>
<severity>10</severity>
<type>error</type>
</rule>
Expand Down

0 comments on commit f258e53

Please sign in to comment.