-
- Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathphpcs.xml
More file actions
14 lines (14 loc) · 408 Bytes
/
phpcs.xml
File metadata and controls
14 lines (14 loc) · 408 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<ruleset name="Phalcon">
<description>Phalcon Coding Standards</description>
<arg value="-colors"/>
<arg value="s"/>
<arg value="p"/>
<rule ref="PSR12">
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
</rule>
<file>tests/cli</file>
<file>tests/database</file>
<file>tests/integration</file>
<file>tests/unit</file>
</ruleset>