Skip to content

Commit 2dce9dc

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

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
@@ -132,6 +132,7 @@
132132
<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd"/>
133133
<exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification"/>
134134
<exclude name="WordPress.Classes.ClassInstantiation.MissingParenthesis"/>
135+
<exclude name="WordPress.NamingConventions.ValidHookName.UseUnderscores"/>
135136
</rule>
136137
<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall"/>
137138
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>

0 commit comments

Comments
 (0)