Skip to content

Commit

Permalink
adjust VIP Go too
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Sep 30, 2023
1 parent f91f786 commit 8d95df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WordPress-VIP-Go/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<type>warning</type>
<severity>3</severity>
</rule>
<rule ref="VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable">
<rule phpcs-only="true" ref="VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable">
<severity>3</severity>
</rule>
<rule ref="WordPressVIPMinimum.UserExperience.AdminBarRemoval">
Expand All @@ -238,7 +238,7 @@
</rule>

<!-- Silence is golden, these don't affect us on VIP Go -->
<rule ref="VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable">
<rule phpcs-only="true" ref="VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable">
<severity>0</severity>
</rule>

Expand Down

0 comments on commit 8d95df9

Please sign in to comment.