We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d43f2f commit d71f5ffCopy full SHA for d71f5ff
Inpsyde/ruleset.xml
@@ -127,7 +127,9 @@
127
See https://github.com/Automattic/VIP-Coding-Standards/
128
-->
129
<rule ref="WordPressVIPMinimum.Classes.DeclarationCompatibility"/>
130
- <rule ref="WordPressVIPMinimum.Constants.IncludingNonPHPFile"/>
+ <rule ref="WordPressVIPMinimum.Constants.ConstantString"/>
131
+ <rule ref="WordPressVIPMinimum.Constants.RestrictedConstants"/>
132
+ <rule ref="WordPressVIPMinimum.Files.IncludingNonPHPFile"/>
133
<rule ref="WordPressVIPMinimum.Functions.DynamicCalls"/>
134
<rule ref="WordPressVIPMinimum.Hooks.AlwaysReturnInFilter"/>
135
<rule ref="WordPressVIPMinimum.Hooks.PreGetPosts"/>
0 commit comments