summaryrefslogtreecommitdiffstats
path: root/phpcs.xml
blob: bc41982b8abe145bcb046a6193c466da74895d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<ruleset name="PHP_CodeSniffer">
    <description>Sniff our code</description>

    <file>run.php</file>
    <file>library/</file>

    <arg value="wps"/>
    <arg name="colors"/>
    <arg name="report-width" value="auto"/>
    <arg name="report-full"/>
    <arg name="report-gitblame"/>
    <arg name="report-summary"/>
    <arg name="encoding" value="UTF-8"/>

    <rule ref="PSR2"/>
</ruleset>