]> git.p6c8.net - jirafeau_project.git/commitdiff
Skip single_space_around_construct check in CI
authorPatrick Canterino <patrick@patrick-canterino.de>
Mon, 14 Oct 2024 17:23:13 +0000 (19:23 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 19 Oct 2024 11:26:59 +0000 (13:26 +0200)
.gitlab-ci.yml

index e7a62278195b71f97b637c909d6cb95dacb6be8a..a3e6a0de7da310a35cba4585160d08addec7ff1c 100644 (file)
@@ -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:

patrick-canterino.de