Commit 1cefc937 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CI: utilise php-cs-fixer en mode "CI".

Showing with 4 additions and 0 deletions
+4 -0
...@@ -27,6 +27,10 @@ phpcs: ...@@ -27,6 +27,10 @@ phpcs:
script: phpcs --colors --parallel=$(nproc) . script: phpcs --colors --parallel=$(nproc) .
allow_failure: true allow_failure: true
php-cs-fixer:
<<: *defaults
script: php-cs-fixer fix --dry-run --config=/rules/php-cs-fixer.php
phpcpd: phpcpd:
<<: *defaults <<: *defaults
script: phpcpd --exclude=vendor --fuzzy . script: phpcpd --exclude=vendor --fuzzy .
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment