phpcs.xml 284 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9
<?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>*/_templates/*</exclude-pattern>
</ruleset>