File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 257257 </rule >
258258
259259 <!-- Silence is golden, these don't affect us on VIP Go -->
260+ <rule ref =" VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable" >
261+ <severity >0</severity >
262+ </rule >
260263 <rule ref =" WordPress.DB.SlowDBQuery.slow_db_query_meta_key" >
261264 <!-- We are silencing this one because VIP Go has a combined index on meta_key, meta_value-->
262265 <severity >0</severity >
Original file line number Diff line number Diff line change 144144 </rule >
145145
146146 <!-- Include VariableAnalysis checks -->
147- <rule ref =" VariableAnalysis" >
148- <exclude name =" VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable" />
149- </rule >
147+ <rule ref =" VariableAnalysis" />
150148
151149 <!-- Prevent deprecation notice when the sniff is not explicitly included. -->
152150 <rule ref =" WordPressVIPMinimum.Variables.VariableAnalysis.DeprecatedSniff" >
You can’t perform that action at this time.
0 commit comments