From b9312540877e71000eef5e8dccac3a55b4ed565d Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 13 Jan 2017 19:50:48 +0100 Subject: [PATCH] GitLab-CI: enforce PSR-2 --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e84904ac..539893e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: