Skip to content

Commit 91782b6

Browse files
authored
Merge pull request #610 from Automattic/rebecca/cleanup_609
WordPress-VIP-Go: Replace WordPress.WP.GlobalVariablesOverride.OverrideProhibited with WordPress.WP.GlobalVariablesOverride.Prohibited
2 parents 1bc47d7 + 603b882 commit 91782b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress-VIP-Go/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<!-- We trust that translations are safe on VIP Go -->
211211
<severity>1</severity>
212212
</rule>
213-
<rule ref="WordPress.WP.GlobalVariablesOverride.OverrideProhibited">
213+
<rule ref="WordPress.WP.GlobalVariablesOverride.Prohibited">
214214
<!-- This is often a false positive. Still nice to flag for a check -->
215215
<severity>3</severity>
216216
</rule>

0 commit comments

Comments
 (0)