mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 10:28:32 +03:00
Add script for coding style check
This commit is contained in:
parent
8e01325cad
commit
ae1b1dfbb1
3
src/check_coding_style
Executable file
3
src/check_coding_style
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
mibew/vendor/bin/phpcs --standard="PSR2" --extensions="php" --ignore="mibew/install,mibew/vendor/,mibew/plugins" -n mibew/
|
Loading…
Reference in New Issue
Block a user