Skip to content

Commit a00cce3

Browse files
gsherwoodjrfnl
authored andcommitted
Updated Annotated Ruleset (markdown)
1 parent ac330fb commit a00cce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiki/Annotated-Ruleset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ The following sample file documents the ruleset.xml format and shows you the com
391391
-->
392392
<rule ref="Squiz.Strings.DoubleQuoteUsage">
393393
<include-pattern>*/templates/*</include-pattern>
394-
<include-pattern>*.tpl</include-pattern>
394+
<include-pattern>*\.tpl$</include-pattern>
395395
</rule>
396396

397397
<!--
@@ -405,7 +405,7 @@ The following sample file documents the ruleset.xml format and shows you the com
405405
-->
406406
<rule ref="Squiz.Strings.DoubleQuoteUsage.ContainsVar">
407407
<include-pattern>*/templates/*</include-pattern>
408-
<include-pattern>*.tpl</include-pattern>
408+
<include-pattern>*\.tpl$</include-pattern>
409409
</rule>
410410

411411
</ruleset>

0 commit comments

Comments
 (0)