<?xml version="1.0"?>
<ruleset name="VWPProjectStandards">
    <description>Coding standards for VisualWP Projects.</description>

    <rule ref="PSR12"/>
    <rule ref="WordPress.WhiteSpace.ControlStructureSpacing"/>
    <rule ref="WordPress.Arrays.ArrayAssignmentRestrictions"/>
     <!-- Security audit -->
    <rule ref="PHPCodeSniffer-Extended"/>

    <exclude-pattern>*/vendor/*</exclude-pattern>
    <exclude-pattern>*/node_modules/*</exclude-pattern>

    <file>.</file>
</ruleset>