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