]> git.p6c8.net - jirafeau.git/commitdiff
Switched to php-cs-fixer 3.64.0 and PSR12 in CI
authorPatrick Canterino <patrick@patrick-canterino.de>
Mon, 14 Oct 2024 10:22:34 +0000 (12:22 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Mon, 14 Oct 2024 17:42:06 +0000 (19:42 +0200)
Also "fix --dry-run" does the same as "check"

.gitlab-ci.yml

index bf59897709bdf80f812c79592948627fdd45e9ab..e7a62278195b71f97b637c909d6cb95dacb6be8a 100644 (file)
@@ -17,12 +17,12 @@ job_lint_app_81:
     - curl -sS https://getcomposer.org/installer | php
     # Create composer.json file manually, since this is a project without any non-dev dependencies yet
     - php composer.phar require --dev php-parallel-lint/php-parallel-lint
-    - php composer.phar require --dev friendsofphp/php-cs-fixer:3.10.0
+    - php composer.phar require --dev friendsofphp/php-cs-fixer:3.64.0
     # Install all project dependencies
     - php composer.phar install
   script: &linter_script
     - ./vendor/bin/parallel-lint --exclude vendor .
-    - ./vendor/bin/php-cs-fixer -vvv fix . --dry-run --using-cache=no --rules=@PSR2
+    - ./vendor/bin/php-cs-fixer -vvv check . --using-cache=no --rules=@PSR12
 
 # Run tests for php:7.4
 job_lint_app_74:

patrick-canterino.de