Skip to content

Commit 1b283eb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/ruleset.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<rule ref="Magento2.Legacy.Layout">
157157
<severity>10</severity>
158158
<type>error</type>
159-
<include-pattern>*/view/(adminhtml|frontend|base)/*\/.xml</include-pattern>
159+
<include-pattern>*/view/(adminhtml|frontend|base)/*/*.xml</include-pattern>
160160
</rule>
161161
<rule ref="Magento2.Legacy.RestrictedCode">
162162
<severity>10</severity>

0 commit comments

Comments
 (0)