Skip to content

Commit

Permalink
Feedback: added exception
Browse files Browse the repository at this point in the history
Added an exception for the template files for the underscore rule.
  • Loading branch information
marcelmediact committed May 24, 2018
1 parent 96055c4 commit c692181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MediactMagento2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@
<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed">
<exclude-pattern>*.phtml</exclude-pattern>
</rule>
<rule ref="PSR2.Classes.PropertyDeclaration.Underscore">
<exclude-pattern>*.phtml</exclude-pattern>
</rule>
</ruleset>

0 comments on commit c692181

Please sign in to comment.