mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
12 lines
484 B
XML
12 lines
484 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="BookStack Standard">
|
|
<!-- Format described at: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset -->
|
|
<description>The coding standard for BookStack.</description>
|
|
<config name="php_version" value="70205"/>
|
|
<file>./app</file>
|
|
<exclude-pattern>*/migrations/*</exclude-pattern>
|
|
<exclude-pattern>*/tests/*</exclude-pattern>
|
|
<arg value="np"/>
|
|
<arg name="colors"/>
|
|
<rule ref="PSR2"/>
|
|
</ruleset> |