<?xml version="1.0"?>
<ruleset name="yoeunes/toastr coding standard">
    <description>yoeunes/toastr coding standard</description>

    <!-- Pass some flags to PHPCS:
        p flag: Show progress of the run.
        s flag: Show sniff codes in all reports.
    -->
    <arg name="colors"/>
    <arg value="psn"/>

    <!-- Check up to 60 files simultaneously. -->
    <arg name="parallel" value="60" />

    <!-- Only check the PHP files are checked. -->
    <arg name="extensions" value="php"/>

    <!-- Check all files in the src directory and the directories below it. -->
    <file>.</file>

    <exclude-pattern>vendor/*</exclude-pattern>

    <!-- inherit rules from: -->
    <rule ref="PSR2" />
</ruleset>
