Added bin dir to code sniffer checks

This commit is contained in:
Alejandro Celaya 2016-08-17 11:47:08 +02:00
parent 56c9abcfd0
commit 20e43aac90

View File

@ -16,6 +16,7 @@
</rule>
<!-- Paths to check -->
<file>bin</file>
<file>module</file>
<file>config</file>
<file>public/index.php</file>