diff --git a/src/check_coding_style b/src/check_coding_style new file mode 100755 index 00000000..6f1340e2 --- /dev/null +++ b/src/check_coding_style @@ -0,0 +1,3 @@ +#!/bin/sh + +mibew/vendor/bin/phpcs --standard="PSR2" --extensions="php" --ignore="mibew/install,mibew/vendor/,mibew/plugins" -n mibew/