.gitlab-ci.yml: Use --strict instead of list

This makes the output to be more compact while not loosing readability
--format=flycheck // --format=json could also be used but they are
not very human readable
This commit is contained in:
Haelwenn (lanodan) Monnier 2019-03-05 06:11:21 +01:00
parent 4b73ca638e
commit f62867dde6
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 1 additions and 1 deletions

View File

@ -42,4 +42,4 @@ unit-testing:
analysis:
stage: analysis
script:
- mix credo list --only=warnings,todo,fixme,consistency,readability
- mix credo --strict --only=warnings,todo,fixme,consistency,readability