2018-01-28 11:58:52 -05:00
|
|
|
<?xml version="1.0"?>
|
2021-03-07 17:24:05 -05:00
|
|
|
<ruleset name="BookStack Standard">
|
|
|
|
<!-- Format described at: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset -->
|
2018-01-28 11:58:52 -05:00
|
|
|
<description>The coding standard for BookStack.</description>
|
2021-03-07 17:24:05 -05:00
|
|
|
<config name="php_version" value="70205"/>
|
|
|
|
<file>./app</file>
|
2018-01-28 11:58:52 -05:00
|
|
|
<exclude-pattern>*/migrations/*</exclude-pattern>
|
2020-05-23 06:26:48 -04:00
|
|
|
<exclude-pattern>*/tests/*</exclude-pattern>
|
2018-01-28 11:58:52 -05:00
|
|
|
<arg value="np"/>
|
2021-03-07 17:24:05 -05:00
|
|
|
<arg name="colors"/>
|
2018-01-28 11:58:52 -05:00
|
|
|
<rule ref="PSR2"/>
|
|
|
|
</ruleset>
|