.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:
parent
4b73ca638e
commit
f62867dde6
|
@ -42,4 +42,4 @@ unit-testing:
|
||||||
analysis:
|
analysis:
|
||||||
stage: analysis
|
stage: analysis
|
||||||
script:
|
script:
|
||||||
- mix credo list --only=warnings,todo,fixme,consistency,readability
|
- mix credo --strict --only=warnings,todo,fixme,consistency,readability
|
||||||
|
|
Loading…
Reference in New Issue