mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-21 16:38:37 -06:00
22 lines
503 B
XML
22 lines
503 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="Coding standard">
|
|
<description>Coding standard</description>
|
|
|
|
<!-- display progress -->
|
|
<arg value="p" />
|
|
<arg name="colors" />
|
|
|
|
<!-- inherit rules from: -->
|
|
<rule ref="Shlinkio" />
|
|
|
|
<!-- Paths to check -->
|
|
<file>bin</file>
|
|
<file>module</file>
|
|
<file>config</file>
|
|
<file>docker/config</file>
|
|
<file>public/index.php</file>
|
|
|
|
<!-- Paths to exclude -->
|
|
<exclude-pattern>config/params/*</exclude-pattern>
|
|
</ruleset>
|