.gitlab-ci.yml: Use --strict instead of list
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Tue, 5 Mar 2019 05:11:21 +0000 (06:11 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 13 Mar 2019 03:26:56 +0000 (04:26 +0100)
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

.gitlab-ci.yml

index 0d7f92c9ee05f0670336047d476e3bcfefd2d115..d5f2a762a418dcac45d710c1e89f8f2f46b0b15a 100644 (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