Skip to content

Commit e4f12a7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<exclude-pattern>*\.xml$</exclude-pattern>
213213
</rule>
214214
<rule ref="Magento2.Html.HtmlBinding">
215-
<include-pattern>*\/.phtml$</include-pattern>
215+
<include-pattern>*\.phtml$</include-pattern>
216216
<severity>9</severity>
217217
<type>warning</type>
218218
<exclude-pattern>*\.xml$</exclude-pattern>

0 commit comments

Comments
 (0)