15 lines
355 B
XML
15 lines
355 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="fractal">
|
|
<description>Fractal Coding Standards</description>
|
|
<arg value="p" />
|
|
|
|
<config name="ignore_warnings_on_exit" value="1" />
|
|
<config name="ignore_errors_on_exit" value="1" />
|
|
|
|
<arg name="colors" />
|
|
<arg value="s" />
|
|
|
|
<!-- Use the PSR2 Standard-->
|
|
<rule ref="PSR2" />
|
|
</ruleset>
|