2 <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer" xsi:noNamespaceSchemaLocation="phpcs.xsd">
3 <description>The coding standard for BookStack</description>
6 <file>bootstrap/app.php</file>
8 <file>public/index.php</file>
12 <arg name="basepath" value="."/>
14 <arg name="parallel" value="75"/>
19 <rule ref="PSR1.Methods.CamelCapsMethodName">
20 <exclude-pattern>./tests/*</exclude-pattern>
23 <rule ref="PSR1.Classes.ClassDeclaration.MultipleClasses">
24 <exclude-pattern>./tests/*</exclude-pattern>
27 <rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
28 <exclude-pattern>./database/*</exclude-pattern>
31 <rule ref="PSR12.Files.FileHeader.IncorrectOrder">
32 <exclude-pattern>./app/Config/*</exclude-pattern>