An error occurred while loading the file. Please try again.
-
Le Roux Erwan authored
[refactor] move altitudes_studies.py. create trend test folder inside extreme_trend. deactivate one test for param_function that was crashing globally for unknown reason (but locally the test is working).
a0a62238
<?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>