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

Merge branch 'fix/phpcs' into 'master'

Fix PHPCS, overriding unnecessary changes from WPCS 2.2.0

See merge request !12
parents 8176fba6 3ae66963
No related branches found
No related tags found
1 merge request!12Fix PHPCS, overriding unnecessary changes from WPCS 2.2.0
Pipeline #1767 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