From c7a40125d620f159bef2f1979f3d43063961f73f Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Mon, 14 Oct 2024 19:23:13 +0200 Subject: [PATCH] Skip single_space_around_construct check in CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1