From: Haelwenn (lanodan) Monnier Date: Tue, 5 Mar 2019 05:11:21 +0000 (+0100) Subject: .gitlab-ci.yml: Use --strict instead of list X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=f62867dde669c79680229412b2ac46ad5e65a979;p=akkoma .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 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d7f92c9e..d5f2a762a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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