Skip to content

Commit f258e53

Browse files
authored
Fixed include-patterns for Windows
1 parent e4f12a7 commit f258e53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Magento2/ruleset.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@
165165
<exclude-pattern>*\.js$</exclude-pattern>
166166
</rule>
167167
<rule ref="Magento2.Legacy.ClassReferencesInConfigurationFiles">
168-
<include-pattern>*\/etc/*.xml$</include-pattern>
169-
<exclude-pattern>*\/etc/wsdl.xml$</exclude-pattern>
170-
<exclude-pattern>*\/etc/wsdl2.xml$</exclude-pattern>
171-
<exclude-pattern>*\/etc/wsi.xml$</exclude-pattern>
168+
<include-pattern>*/etc/*.xml$</include-pattern>
169+
<exclude-pattern>*/etc/wsdl.xml$</exclude-pattern>
170+
<exclude-pattern>*/etc/wsdl2.xml$</exclude-pattern>
171+
<exclude-pattern>*/etc/wsi.xml$</exclude-pattern>
172172
<severity>10</severity>
173173
<type>error</type>
174174
</rule>

0 commit comments

Comments
 (0)