-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpcs.Brianvarskonst.xml
26 lines (22 loc) · 983 Bytes
/
phpcs.Brianvarskonst.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<ruleset name="PHP_CodeSniffer">
<description>The coding standard for PHP_CodeSniffer itself.</description>
<!-- Sensible default configuration settings for coding standard checking of Brianvarskonst. -->
<file>Brianvarskonst</file>
<file>tests</file>
<exclude-pattern>*/Tests/*\.(inc|css|js)</exclude-pattern>
<exclude-pattern>vendor/*</exclude-pattern>
<arg name="basepath" value="."/>
<arg name="colors"/>
<arg name="parallel" value="75"/>
<arg value="np"/>
<rule ref="Brianvarskonst.Namespace.Psr4">
<properties>
<property name="psr4" type="array">
<element key="Brianvarskonst\CodingStandard\Helper" value="Brianvarskonst/Helper" />
<element key="Brianvarskonst\Sniffs" value="Brianvarskonst/Sniffs" />
<element key="Brianvarskonst\Tests" value="Brianvarskonst/Tests" />
</property>
</properties>
</rule>
</ruleset>