X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=.gitlab-ci.yml;h=d5f2a762a418dcac45d710c1e89f8f2f46b0b15a;hb=59333f2d568dc6e50fb72e5114ec7dd6bcc1ebef;hp=0d7f92c9ee05f0670336047d476e3bcfefd2d115;hpb=4b73ca638ec8194e96b7d8199022f519b3499109;p=akkoma 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