Skip to content

Commit bb0066e

Browse files
authored
Merge pull request #386 from Automattic/feature/short-echo-tags
WIP: Silence Short Echo Tag on VIP Go
2 parents ea6e49b + 649e14b commit bb0066e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WordPress-VIP-Go/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,8 @@
283283
<rule ref="WordPressVIPMinimum.Functions.RestrictedFunctions.site_option_add_site_option">
284284
<severity>0</severity>
285285
</rule>
286+
<rule ref="Generic.PHP.DisallowShortOpenTag.EchoFound">
287+
<severity>0</severity>
288+
</rule>
286289

287290
</ruleset>

0 commit comments

Comments
 (0)