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