forked from zfcampus/zf-deploy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpcs.xml
More file actions
16 lines (14 loc) · 734 Bytes
/
phpcs.xml
File metadata and controls
16 lines (14 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<ruleset name="Zend Framework coding standard">
<rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>
<!-- Paths to check -->
<file>src</file>
<file>test</file>
<exclude-pattern>*/test/TestAsset/App/data/*</exclude-pattern>
<exclude-pattern>*/test/TestAsset/App/public/.htaccess</exclude-pattern>
<exclude-pattern>*/test/TestAsset/App/public/css/*</exclude-pattern>
<exclude-pattern>*/test/TestAsset/App/public/fonts/*</exclude-pattern>
<exclude-pattern>*/test/TestAsset/App/public/img/*</exclude-pattern>
<exclude-pattern>*/test/TestAsset/App/public/js/*</exclude-pattern>
<exclude-pattern>*/test/TestAsset/App/vendor/*</exclude-pattern>
</ruleset>