Update phpcs.xml

This commit is contained in:
Bogdan Rapaić 2020-03-19 20:53:38 +01:00 committed by GitHub
parent ea7a02a370
commit d6bbd5e301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +1 @@
<?xml version="1.0"?>
<ruleset name="MainWP">
<description>WordPress coding standards for the MainWP Child.</description>
<file>.</file>
<arg value="sp"/>
<arg name="extensions" value="php"/>
<arg name="basepath" value="."/>
<arg name="parallel" value="8"/>
<exclude-pattern>*/bin/*</exclude-pattern>
<exclude-pattern>*/.github/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
</ruleset>