mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
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…
x
Reference in New Issue
Block a user