Skip to content

Commit

Permalink
remove exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Feb 5, 2025
1 parent 1fbd523 commit 8a0face
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
<exclude name="WordPress.DB.SlowDBQuery.slow_db_query_meta_value"/><!-- Maybe someday. -->
<!-- Will be handled later. -->
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
<exclude name="WordPress.DB.PreparedSQL.DeprecatedWhitelistCommentFound"/>
<exclude name="WordPress.DB.PreparedSQLPlaceholders.DeprecatedWhitelistCommentFound"/>
<exclude name="WordPress.Security.NonceVerification.DeprecatedWhitelistCommentFound"/>
<exclude name="WordPress.WP.GlobalVariablesOverride.DeprecatedWhitelistCommentFound"/>
<exclude name="WordPress.Security.ValidatedSanitizedInput.InputNotSanitized"/>
<exclude name="WordPress.Security.ValidatedSanitizedInput.InputNotValidated"/>
<exclude name="WordPress.Security.EscapeOutput.OutputNotEscaped"/>
Expand Down

0 comments on commit 8a0face

Please sign in to comment.