mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
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:
parent
93cfdc3ed1
commit
0820dc9997
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/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/
|
||||||
|
Loading…
Reference in New Issue
Block a user