Commit 3c517199 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CI: indique bien le standard pour phpcs.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -24,7 +24,7 @@ lint: ...@@ -24,7 +24,7 @@ lint:
phpcs: phpcs:
<<: *defaults <<: *defaults
script: phpcs --colors --parallel=$(nproc) . script: phpcs --colors --parallel=$(nproc) --standard=/rules/phpcs.xml .
allow_failure: true allow_failure: true
php-cs-fixer: php-cs-fixer:
......
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