Skip to content

Commit

Permalink
fix(cs): another rule to exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Feb 6, 2024
1 parent bbcf13d commit 2dce9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeatCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd"/>
<exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification"/>
<exclude name="WordPress.Classes.ClassInstantiation.MissingParenthesis"/>
<exclude name="WordPress.NamingConventions.ValidHookName.UseUnderscores"/>
</rule>
<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall"/>
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>
Expand Down

0 comments on commit 2dce9dc

Please sign in to comment.