Просмотр исходного кода

docs: docker - use gitlab reporter in GitLab integration example (#7764)

Dariusz Rumiński 1 год назад
Родитель
Сommit
73b0905679
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/installation.rst

+ 1 - 1
doc/installation.rst

@@ -100,7 +100,7 @@ To integrate php-cs-fixer as check into Gitlab-CI, you can use a configuration l
     php-cs-fixer:
     php-cs-fixer:
       image: ghcr.io/php-cs-fixer/php-cs-fixer:${FIXER_VERSION:-3-php8.3}
       image: ghcr.io/php-cs-fixer/php-cs-fixer:${FIXER_VERSION:-3-php8.3}
       script:
       script:
-        php-cs-fixer check --diff --format=txt
+        php-cs-fixer check --format gitlab
         # use `check .` if your repository not having paths configured in .php-cs-fixer[.dist].php
         # use `check .` if your repository not having paths configured in .php-cs-fixer[.dist].php