Configure phpcs

This commit is contained in:
Jorge A. Torres 2020-09-17 16:53:17 -03:00
parent 5e209cbb2c
commit 6390b52833

View file

@ -18,4 +18,11 @@
<rule ref="PHPCompatibility">
<exclude-pattern>tests/</exclude-pattern>
</rule>
<arg name="extensions" value="php"/>
<file>.</file>
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>./tests/*</exclude-pattern>
</ruleset>