Add support for phpcs reports.
Integrated style-checker for php source code. refs #4070
This commit is contained in:
parent
4a92879a5a
commit
7ac78fe29d
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
phpcs -p --standard=PSR2 --extensions=php --encoding=utf-8 --report-checkstyle=../../build/log/phpcs_results.xml --ignore=vendor "$@" ../..
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue