Skip to content
Snippets Groups Projects
Verified Commit f62867dd authored by Haelwenn's avatar Haelwenn
Browse files

.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
parent 4b73ca63
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment