phpcs.xml.dist 531 bytes
<?xml version="1.0"?>
<ruleset name="Irstea" namespace="Irstea\Standard">
    <description>Coding standard of Irstea, pôle informatique scientifique</description>
    <file>src</file>
    <arg name="encoding" value="utf-8"/>
    <arg name="extensions" value="php"/>
    <arg name="ignore" value="vendor/*,*/cache/*"/>
    <arg value="sp"/>
    <rule ref="PSR2"/>
    <rule ref="Generic.Files.LineLength">
        <properties>
            <property name="lineLimit" value="140"/>
        </properties>
    </rule>
</ruleset>