Browse Source

.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
tags/v1.1.4
Haelwenn (lanodan) Monnier 5 years ago
parent
commit
f62867dde6
No known key found for this signature in database GPG Key ID: D5B7A8E43C997DEE
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml View File

@@ -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

Loading…
Cancel
Save