From 6230f11f5b33cba7b68c564c313bed6575219bf8 Mon Sep 17 00:00:00 2001 From: Jonathan Swaelens <swaelens.jonathan@opensides.be> Date: Tue, 19 Sep 2017 11:35:12 +0200 Subject: [PATCH] :sparkles: feat(gitlab-ci) Correct the comment about php lint Correct the comment about php lint closes #5691 Signed-off-by: Jonathan Swaelens <swaelens.jonathan@opensides.be> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58a0f2f16..ef97428db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ create_php_code_sniffer_rapport: - git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools - phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml . -# PHP link +# PHP lint create_php_list_rapport: script: - find . -type f -name '*.php' -exec php -l "{}" \; -- GitLab