We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcf13d commit 2dce9dcCopy full SHA for 2dce9dc
CodeatCodingStandard/ruleset.xml
@@ -132,6 +132,7 @@
132
<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd"/>
133
<exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification"/>
134
<exclude name="WordPress.Classes.ClassInstantiation.MissingParenthesis"/>
135
+ <exclude name="WordPress.NamingConventions.ValidHookName.UseUnderscores"/>
136
</rule>
137
<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall"/>
138
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>
0 commit comments