2016-04-10 02:38:07 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<ruleset name="Coding standard">
|
|
|
|
<description>Coding standard</description>
|
|
|
|
|
|
|
|
<!-- display progress -->
|
2018-11-26 13:45:44 -06:00
|
|
|
<arg value="p" />
|
|
|
|
<arg name="colors" />
|
2016-04-10 02:38:07 -05:00
|
|
|
|
|
|
|
<!-- inherit rules from: -->
|
2018-11-26 13:45:44 -06:00
|
|
|
<rule ref="Shlinkio" />
|
2016-04-10 02:38:07 -05:00
|
|
|
|
|
|
|
<!-- Paths to check -->
|
2016-08-17 04:47:08 -05:00
|
|
|
<file>bin</file>
|
2016-07-19 09:50:02 -05:00
|
|
|
<file>module</file>
|
2016-08-19 08:15:53 -05:00
|
|
|
<file>data/migrations</file>
|
2016-04-10 02:38:07 -05:00
|
|
|
<file>config</file>
|
2019-08-16 11:38:26 -05:00
|
|
|
<file>docker/config</file>
|
2016-04-10 02:38:07 -05:00
|
|
|
<file>public/index.php</file>
|
2018-11-26 13:45:44 -06:00
|
|
|
|
|
|
|
<!-- Paths to exclude -->
|
2016-08-18 11:02:24 -05:00
|
|
|
<exclude-pattern>config/params/*</exclude-pattern>
|
2016-04-10 02:38:07 -05:00
|
|
|
</ruleset>
|