Skip to content

Commit 1d378b2

Browse files
author
Gudmundur Haraldsson
committed
Fix XML linting issue
1 parent 330dd4c commit 1d378b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WordPress-VIP-Go/ruleset.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@
252252
<severity>0</severity>
253253
</rule>
254254

255-
<!-- Do not report on undefined variables before require nor
256-
in file scope. See discussion here: https://github.com/Automattic/vip-go-ci/issues/120 -->
255+
<!-- Do not report on undefined variables before require nor in file scope. -->
257256
<rule ref="VariableAnalysis.CodeAnalysis.VariableAnalysis">
258257
<properties>
259258
<property name="allowUnusedVariablesBeforeRequire" value="true"/>

0 commit comments

Comments
 (0)