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 6b2edff commit ca7edf9Copy full SHA for ca7edf9
coder_sniffer/Drupal/ruleset.xml
@@ -63,7 +63,10 @@
63
<rule ref="Generic.NamingConventions.ConstructorName"/>
64
<rule ref="Generic.NamingConventions.UpperCaseConstantName"/>
65
<rule ref="Generic.PHP.DeprecatedFunctions"/>
66
- <rule ref="Generic.PHP.DisallowShortOpenTag"/>
+ <rule ref="Generic.PHP.DisallowShortOpenTag">
67
+ <!-- Do not run this sniff on .yml files -->
68
+ <exclude-pattern>**/*.yml</exclude-pattern>
69
+ </rule>
70
<rule ref="Generic.PHP.LowerCaseKeyword"/>
71
<rule ref="Generic.PHP.UpperCaseConstant"/>
72
<rule ref="Generic.Strings.UnnecessaryStringConcat">
0 commit comments