We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac330fb commit a00cce3Copy full SHA for a00cce3
wiki/Annotated-Ruleset.md
@@ -391,7 +391,7 @@ The following sample file documents the ruleset.xml format and shows you the com
391
-->
392
<rule ref="Squiz.Strings.DoubleQuoteUsage">
393
<include-pattern>*/templates/*</include-pattern>
394
- <include-pattern>*.tpl</include-pattern>
+ <include-pattern>*\.tpl$</include-pattern>
395
</rule>
396
397
<!--
@@ -405,7 +405,7 @@ The following sample file documents the ruleset.xml format and shows you the com
405
406
<rule ref="Squiz.Strings.DoubleQuoteUsage.ContainsVar">
407
408
409
410
411
</ruleset>
0 commit comments