An error occurred while loading the file. Please try again.
-
Le Roux Erwan authored
[HYPERCUBE VISUALIZER] fix big issue with respect to the "best year", take the year that minimizes the nllh
cdc6dc8b
<?xml version="1.0"?>
<ruleset name="Irstea" namespace="Irstea\Standard">
<description>Coding standard of Irstea, pôle informatique scientifique</description>
<file>.</file>
<arg name="extensions" value="php"/>
<arg name="encoding" value="utf-8"/>
<arg value="sp"/>
<rule ref="PSR2"/>
<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="140"/>
</properties>
</rule>
<exclude-pattern>vendor/</exclude-pattern>
<exclude-pattern>node_modules/</exclude-pattern>
<exclude-pattern>cache/</exclude-pattern>
</ruleset>