Skip to content

Commit 1d543e6

Browse files
committed
MAGETWO-90049: Static test failed on phtml files
- Added *.phtml files to exclusion list for PSR2 end tag static test.
1 parent 81b10b7 commit 1d543e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/static/framework/Magento/ruleset.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
<rule ref="PSR2"/>
1212

13+
<rule ref="PSR2.Files.ClosingTag">
14+
<exclude-pattern>*.phtml</exclude-pattern>
15+
</rule>
16+
1317
<rule ref="Magento.Files.LineLength">
1418
<properties>
1519
<property name="lineLimit" value="120"/>

0 commit comments

Comments
 (0)