Skip to content

Commit d71f5ff

Browse files
committed
Fix name of VIP rules
1 parent 3d43f2f commit d71f5ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Inpsyde/ruleset.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@
127127
See https://github.com/Automattic/VIP-Coding-Standards/
128128
-->
129129
<rule ref="WordPressVIPMinimum.Classes.DeclarationCompatibility"/>
130-
<rule ref="WordPressVIPMinimum.Constants.IncludingNonPHPFile"/>
130+
<rule ref="WordPressVIPMinimum.Constants.ConstantString"/>
131+
<rule ref="WordPressVIPMinimum.Constants.RestrictedConstants"/>
132+
<rule ref="WordPressVIPMinimum.Files.IncludingNonPHPFile"/>
131133
<rule ref="WordPressVIPMinimum.Functions.DynamicCalls"/>
132134
<rule ref="WordPressVIPMinimum.Hooks.AlwaysReturnInFilter"/>
133135
<rule ref="WordPressVIPMinimum.Hooks.PreGetPosts"/>

0 commit comments

Comments
 (0)