From 452126d79c28600da9db80d040efdd17273807c0 Mon Sep 17 00:00:00 2001 From: bmortier <benoit.mortier@opensides.be> Date: Thu, 5 Apr 2018 22:34:41 +0200 Subject: [PATCH] Revert "Merge branch 'cherry-pick-3031ef5e' into '1.2-fixes'" This reverts merge request !213 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77f5948e6..446b9d345 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,8 +74,7 @@ create_php_code_sniffer_rapport: - apt-get install -y -qq git php-cli php-codesniffer script: - git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools - - find . -type f -name '*.php' -o -name '*.inc' > ./filelist - - phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml --file-list=./filelist + - find . -type f -name '*.php' -o -name '*.inc' -exec phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml "{}" \; # generate man pages to test validity test_manpages: -- GitLab