Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
camo-image-proxy
Commits
6491b7a8
Commit
6491b7a8
authored
Dec 09, 2019
by
Erick Hitter
Browse files
Fix PHPCS, overriding unnecessary changes from WPCS 2.2.0
parent
f74b0362
Changes
1
Hide whitespace changes
Inline
Side-by-side
phpcs.xml
View file @
6491b7a8
...
...
@@ -19,7 +19,11 @@
<exclude-pattern>
*/node_modules/*
</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="WordPress-VIP-Go" />-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment