shlink/phpcs.xml

23 lines
536 B
XML
Raw Normal View History

2016-04-10 10:38:07 +03:00
<?xml version="1.0"?>
<ruleset name="Coding standard">
<description>Coding standard</description>
<!-- display progress -->
<arg value="p" />
<arg name="colors" />
2016-04-10 10:38:07 +03:00
<!-- inherit rules from: -->
<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>
<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>
<!-- Paths to exclude -->
<exclude-pattern>config/params/*</exclude-pattern>
2016-04-10 10:38:07 +03:00
</ruleset>