Skip to content

Commit

Permalink
exclude blacklisted iniset
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 12, 2023
1 parent d898c91 commit ddba0fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<exclude name="WordPress.PHP.IniSet.display_errors_Disallowed">
<exclude-pattern>config/application.php</exclude-pattern>
</exclude>
<exclude name="WordPress.PHP.IniSet.display_errors_Blacklisted">
<exclude-pattern>config/application.php</exclude-pattern>
</exclude>
<exclude name="WordPress.Security.ValidatedSanitizedInput.InputNotSanitized">
<exclude-pattern>config/application.php</exclude-pattern>
</exclude>
Expand Down

0 comments on commit ddba0fe

Please sign in to comment.