blob: 9c65eaf982f581c7e68d0426601ecc82fe15d1c3 [file] [log] [blame]
Robert Lub03ca012018-01-18 19:06:39 +08001<?xml version="1.0"?>
2<ruleset name="PHP_CodeSniffer">
3 <description>The coding standard for PHP_CodeSniffer itself.</description>
4
5 <file>lib/php/lib</file>
6
7 <exclude-pattern>*/Standards/*/Tests/*\.(inc|css|js)</exclude-pattern>
8
9 <arg name="basepath" value="."/>
10 <arg name="colors" />
11 <arg name="parallel" value="4" />
12
13 <rule ref="PSR2">
14 <exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
15 <exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
16 </rule>
17
18</ruleset>