Skip to content

Commit c692181

Browse files
committed
Feedback: added exception
Added an exception for the template files for the underscore rule.
1 parent 96055c4 commit c692181

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/MediactMagento2/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@
3535
<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed">
3636
<exclude-pattern>*.phtml</exclude-pattern>
3737
</rule>
38+
<rule ref="PSR2.Classes.PropertyDeclaration.Underscore">
39+
<exclude-pattern>*.phtml</exclude-pattern>
40+
</rule>
3841
</ruleset>

0 commit comments

Comments
 (0)