Add script for coding style check

This commit is contained in:
Dmitriy Simushev 2014-05-16 09:21:01 +00:00
parent 8e01325cad
commit ae1b1dfbb1

3
src/check_coding_style Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
mibew/vendor/bin/phpcs --standard="PSR2" --extensions="php" --ignore="mibew/install,mibew/vendor/,mibew/plugins" -n mibew/