GitLab-CI: enforce PSR-2
This commit is contained in:
parent
9e771f2d5a
commit
b931254087
|
@ -1,6 +1,14 @@
|
|||
stages:
|
||||
- Coding Standards
|
||||
- Unit-Tests with DB
|
||||
|
||||
PSR2 CS Test:
|
||||
stage: Coding Standards
|
||||
tags:
|
||||
- xenial
|
||||
script:
|
||||
- phpcs --report-width=auto --report-full --report-gitblame --report-summary -p --standard=PSR2 --extensions=php --encoding=utf-8 -w -s library/Director/ application/ configuration.php run.php test
|
||||
|
||||
CentOS 7/MySQL:
|
||||
stage: Unit-Tests with DB
|
||||
tags:
|
||||
|
|
Loading…
Reference in New Issue