Skip to content

Commit 0e58c15

Browse files
committed
Add back the exclude, to fix the test
1 parent 59c56f3 commit 0e58c15

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
@@ -65,7 +65,7 @@
6565
<rule ref="Generic.PHP.DeprecatedFunctions"/>
6666
<rule ref="Generic.PHP.DisallowShortOpenTag">
6767
<!-- Do not run this sniff on .yml files -->
68-
<!-- <exclude-pattern>*.yml</exclude-pattern> -->
68+
<exclude-pattern>*.yml</exclude-pattern>
6969
</rule>
7070
<rule ref="Generic.PHP.LowerCaseKeyword"/>
7171
<rule ref="Generic.PHP.UpperCaseConstant"/>

0 commit comments

Comments
 (0)