From: Patrick Canterino Date: Mon, 14 Oct 2024 17:23:13 +0000 (+0200) Subject: Skip single_space_around_construct check in CI X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/c7a40125d620f159bef2f1979f3d43063961f73f?ds=sidebyside;hp=--cc Skip single_space_around_construct check in CI --- c7a40125d620f159bef2f1979f3d43063961f73f diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7a6227..a3e6a0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ job_lint_app_81: - php composer.phar install script: &linter_script - ./vendor/bin/parallel-lint --exclude vendor . - - ./vendor/bin/php-cs-fixer -vvv check . --using-cache=no --rules=@PSR12 + - ./vendor/bin/php-cs-fixer -vvv check . --using-cache=no --rules=@PSR12,-single_space_around_construct # Run tests for php:7.4 job_lint_app_74: