<?xml version="1.0"?>
<ruleset name="smntcs-google-webmaster-tools">
    <description>Custom coding standards for SMNTCS Deactivate image compression</description>

    <!-- Arguments-->
    <arg value="psvn"/>
    <arg name="colors"/>
    <arg name="parallel" value="100"/>
    <arg name="extensions" value="php"/>
    <arg name="cache" value=".phpcs.cache"/>

    <!-- Exclude files and directories-->
    <exclude-pattern>\.github/*</exclude-pattern>
    <exclude-pattern>vendor/*</exclude-pattern>
	<exclude-pattern>node_modules/*</exclude-pattern>
    <exclude-pattern>assets/*</exclude-pattern>

    <rule ref="WordPress"/>

    <config name="testVersion" value="7.0-"/>
    <rule ref="PHPCompatibility"/>

</ruleset>
