-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
18 lines (18 loc) · 713 Bytes
/
phpcs.xml
File metadata and controls
18 lines (18 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<ruleset>
<file>./</file>
<exclude-pattern>./vendor/*</exclude-pattern>
<exclude-pattern>./web/external/*</exclude-pattern>
<exclude-pattern>./web/apidoc/*</exclude-pattern>
<exclude-pattern>./vendor/*</exclude-pattern>
<exclude-pattern>./tests/*</exclude-pattern>
<exclude-pattern>./core/PHPMailer/*</exclude-pattern>
<exclude-pattern>./core/phpqrcode.php</exclude-pattern>
<exclude-pattern>./core/GeoIP2/*</exclude-pattern>
<exclude-pattern>./core/PHPUnit/*</exclude-pattern>
<exclude-pattern>./core/simpleSAMLphp/*</exclude-pattern>
<rule ref="PSR1" />
<rule ref="PSR1.Files.SideEffects">
<severity>0</severity>
</rule>
</ruleset>