Merge branch 'features/add-credo-to-ci' into 'develop'
[akkoma] / .gitlab-ci.yml
index bd94d146bb00d3200eb9c928f7218130dfc7f7d2..d5f2a762a418dcac45d710c1e89f8f2f46b0b15a 100644 (file)
@@ -42,4 +42,4 @@ unit-testing:
 analysis:
   stage: analysis
   script:
-    - mix credo list --only=warnings,todo,fixme
+    - mix credo --strict --only=warnings,todo,fixme,consistency,readability