There was an error while loading. Please reload this page.
1 parent 5783a45 commit c471673Copy full SHA for c471673
‎PilotIn/ruleset.xml‎
@@ -44,10 +44,16 @@
44
<exclude name="WordPress.WP.TimezoneChange.timezone_change_date_default_timezone_set"/>
45
<exclude name="WordPress.WP.TimezoneChange.DeprecatedSniff"/>
46
47
+ <!-- Prevent messages about escaping every values -->
48
+<exclude name="WordPress.Security.EscapeOutput"/>
49
+
50
</rule>
-
- <!-- Excludes folders -->
- <exclude-pattern>*/node_modules/*</exclude-pattern>
51
52
+ <!-- Show sniff codes in all reports -->
53
+<arg value="s"/>
54
55
+ <!-- Excludes folders -->
56
+ <exclude-pattern>*/node_modules/*</exclude-pattern>
57
<exclude-pattern>*/vendor/*</exclude-pattern>
58
59
</ruleset>
0 commit comments