Skip to content
Snippets Groups Projects
Commit 3ae66963 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix PHPCS, overriding unnecessary changes from WPCS 2.2.0

parent 8176fba6
No related branches found
No related tags found
1 merge request!12Fix PHPCS, overriding unnecessary changes from WPCS 2.2.0
Pipeline #1742 passed
...@@ -19,7 +19,11 @@ ...@@ -19,7 +19,11 @@
<exclude-pattern>*/node_modules/*</exclude-pattern> <exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/vendor/</exclude-pattern> <exclude-pattern>*/vendor/</exclude-pattern>
<rule ref="WordPress" /> <rule ref="WordPress">
<exclude name="Generic.Arrays.DisallowShortArraySyntax" />
<exclude name="WordPress.PHP.DisallowShortTernary" />
<rule ref="Generic.Arrays.DisallowLongArraySyntax" />
</rule>
<rule ref="WordPressVIPMinimum" /> <rule ref="WordPressVIPMinimum" />
<!--<rule ref="WordPress-VIP-Go" />--> <!--<rule ref="WordPress-VIP-Go" />-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment