mibew/src/check_coding_style
Dmitriy Simushev 0820dc9997 Do not ignore "mibew/install" dir in "check_coding_style" script
This dir was not follow coding standatrds but not it does not
exist.
2014-07-09 10:09:28 +00:00

4 lines
120 B
Bash
Executable File

#!/bin/sh
mibew/vendor/bin/phpcs --standard="PSR2" --extensions="php" --ignore="mibew/vendor/,mibew/plugins" -n mibew/