Skip to content

Commit 28ff27d

Browse files
committed
fix(cs): another rule to exclude
1 parent 2dce9dc commit 28ff27d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeatCodingStandard/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
<exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification"/>
134134
<exclude name="WordPress.Classes.ClassInstantiation.MissingParenthesis"/>
135135
<exclude name="WordPress.NamingConventions.ValidHookName.UseUnderscores"/>
136+
<exclude name="WordPress.NamingConventions.ValidHookName.NotLowercase"/>
136137
</rule>
137138
<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall"/>
138139
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>

0 commit comments

Comments
 (0)