Selaa lähdekoodia

update CI and readme

Olivier Massot 1 vuosi sitten
vanhempi
commit
734e2115c2
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      .gitlab-ci.yml
  2. 1 1
      readme.md

+ 1 - 1
.gitlab-ci.yml

@@ -24,7 +24,7 @@ static_analysis:
 
 code_style:
   script:
-    - php vendor/bin/php-cs-fixer check --config=.php-cs-fixer.dist.php
+    - php vendor/bin/php-cs-fixer check --config=.php-cs-fixer.dist.php --format gitlab
 
 unit:
   stage: test

+ 1 - 1
readme.md

@@ -53,6 +53,6 @@ Pour vider le cache (utiles entre chaque analyse si les modifications ne sont pa
 
     php vendor/bin/php-cs-fixer check --config=.php-cs-fixer.dist.php
 
-## Corriger le formattage du code automatiquement
+## Corriger le formatage du code automatiquement
 
     php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php