Skip to content

Commit 80df663

Browse files
committed
Uncomment the new exclude
1 parent 9d70ab5 commit 80df663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coder_sniffer/Drupal/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<rule ref="Generic.PHP.DeprecatedFunctions"/>
6868
<rule ref="Generic.PHP.DisallowShortOpenTag">
6969
<!-- Do not run this sniff on .yml files -->
70-
<!-- <exclude-pattern>*.yml</exclude-pattern> -->
70+
<exclude-pattern>*.yml</exclude-pattern>
7171
</rule>
7272
<rule ref="Generic.PHP.LowerCaseKeyword"/>
7373
<rule ref="Generic.PHP.UpperCaseConstant"/>

0 commit comments

Comments
 (0)