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