forked from dereuromark/cakephp-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
20 lines (17 loc) · 643 Bytes
/
phpcs.xml
File metadata and controls
20 lines (17 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<ruleset name="plugin">
<config name="installed_paths" value="../../fig-r/psr2r-sniffer"/>
<arg value="nps"/>
<file>config/</file>
<file>src/</file>
<file>tests/</file>
<exclude-pattern>/tests/test_files/</exclude-pattern>
<rule ref="PSR2R"/>
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
<exclude-pattern>*/config/Migrations/*</exclude-pattern>
</rule>
<rule ref="PhpCollective.Commenting.DocBlockTagGrouping"/>
<rule ref="PhpCollective.Classes.ClassFileName.NoMatch">
<exclude-pattern>*/config/Migrations/*</exclude-pattern>
</rule>
</ruleset>