Skip to content
Snippets Groups Projects
Verified Commit ca321e24 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

feat: exclude misleading sniff


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent fddd1b90
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@
<!-- Sometimes it's better not to use user's timezone. -->
<exclude name="WordPress.DateTime.RestrictedFunctions.date_date" />
<!-- Since WPCS 3.0 exceptions are treated as output and requires escaping. We don't want that... -->
<exclude name="WordPress.Security.EscapeOutput.ExceptionNotEscaped" />
</rule>
<!-- Allow slash in hook name. -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment