forked from IlchCMS/Ilch-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
22 lines (17 loc) · 748 Bytes
/
Copy pathphpcs.xml
File metadata and controls
22 lines (17 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<ruleset name="Ilch2">
<description>CodeSniffer configuration for Ilch-2</description>
<file>application</file>
<file>admin</file>
<file>index.php</file>
<exclude-pattern>./modules/layouts/</exclude-pattern>
<exclude-pattern>./modules/**/views/*.php</exclude-pattern>
<exclude-pattern>./application/libraries/Captcha</exclude-pattern>
<exclude-pattern>./application/libraries/jbbcode</exclude-pattern>
<exclude-pattern>./application/libraries/Thumb</exclude-pattern>
<exclude-pattern>./application/libraries/password-compat</exclude-pattern>
<arg name="extensions" value="php" />
<arg name="report" value="summary"/>
<arg value="np"/>
<rule ref="PSR2"/>
</ruleset>