Files
DoctrineCacheBundle/ruleset.xml
Fabio B. Silva 480b7f4ea2 Initial version
2014-02-11 20:19:01 -05:00

12 lines
347 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="Instaclick">
<description>Instaclick Coding Standard</description>
<exclude-pattern>*/Resources/*</exclude-pattern>
<rule ref="./vendor/instaclick/coding-standard/Instaclick/ruleset.xml">
<exclude name="Instaclick.Namespaces.NamespaceStructure"/>
</rule>
</ruleset>