Do not ignore "mibew/install" dir in "check_coding_style" script

This dir was not follow coding standatrds but not it does not
exist.
This commit is contained in:
Dmitriy Simushev 2014-07-09 10:09:28 +00:00
parent 93cfdc3ed1
commit 0820dc9997

View File

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