We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c56f3 commit 0e58c15Copy full SHA for 0e58c15
1 file changed
coder_sniffer/Drupal/ruleset.xml
@@ -65,7 +65,7 @@
65
<rule ref="Generic.PHP.DeprecatedFunctions"/>
66
<rule ref="Generic.PHP.DisallowShortOpenTag">
67
<!-- Do not run this sniff on .yml files -->
68
- <!-- <exclude-pattern>*.yml</exclude-pattern> -->
+ <exclude-pattern>*.yml</exclude-pattern>
69
</rule>
70
<rule ref="Generic.PHP.LowerCaseKeyword"/>
71
<rule ref="Generic.PHP.UpperCaseConstant"/>
0 commit comments