An error occurred while loading the file. Please try again.
-
Guillaume Perréal authored
subrepo: subdir: "devtools" merged: "0c931be" upstream: origin: "git@gitlab-ssh.irstea.fr:pole-is/devtools-config.git" branch: "master" commit: "0c931be" git-subrepo: version: "0.3.1" origin: "???" commit: "???"
68a846f6
<?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>