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