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