Skip to content

Commit c471673

Browse files
committed
Removed warning messages about escaping functions on every values 🧹
1 parent 5783a45 commit c471673

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎PilotIn/ruleset.xml‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,16 @@
4444
<exclude name="WordPress.WP.TimezoneChange.timezone_change_date_default_timezone_set"/>
4545
<exclude name="WordPress.WP.TimezoneChange.DeprecatedSniff"/>
4646

47+
<!-- Prevent messages about escaping every values -->
48+
<exclude name="WordPress.Security.EscapeOutput"/>
49+
4750
</rule>
48-
49-
<!-- Excludes folders -->
50-
<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>
5157
<exclude-pattern>*/vendor/*</exclude-pattern>
5258

5359
</ruleset>

0 commit comments

Comments
 (0)