fix phpcs config
This commit is contained in:
parent
3f59e8fe97
commit
d0ec22bcc8
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@
|
||||||
<file>./activitypub.php</file>
|
<file>./activitypub.php</file>
|
||||||
<file>./includes/</file>
|
<file>./includes/</file>
|
||||||
<config name="minimum_supported_wp_version" value="4.7"/>
|
<config name="minimum_supported_wp_version" value="4.7"/>
|
||||||
<config name="installed_paths" value="vendor/phpcompatibility/php-compatibility" />
|
|
||||||
<config name="installed_paths" value="vendor/wp-coding-standards/wpcs" />
|
|
||||||
<exclude-pattern>*\.(inc|css|js|svg)</exclude-pattern>
|
<exclude-pattern>*\.(inc|css|js|svg)</exclude-pattern>
|
||||||
<exclude-pattern>*/vendor/*</exclude-pattern>
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||||||
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
||||||
|
|
Loading…
Reference in a new issue