<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="koinonia-link" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
    <description>PHPCS configuration for Koinonia Link</description>

    <arg value="ps"/>
    <arg name="colors"/>

    <file>.</file>

    <exclude-pattern>/vendor/*</exclude-pattern>
    <exclude-pattern>/node_modules/*</exclude-pattern>
    <exclude-pattern>*.min.js</exclude-pattern>
    <exclude-pattern>*.min.css</exclude-pattern>
    <exclude-pattern>*.zip</exclude-pattern>
    <exclude-pattern>/build/*</exclude-pattern>

    <config name="testVersion" value="6.0-"/>

    <rule ref="WordPress">
        <properties>
            <property name="text_domain" type="array">
                <element value="koinonia-link"/>
            </property>
        </properties>
    </rule>

    </ruleset>
