Fix sobelow lint

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-01-25 16:31:57 +01:00
parent 166ce52a7f
commit 8f156d3b5c
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ lint-elixir:
- export EXITVALUE=0
- mix format --check-formatted --dry-run || export EXITVALUE=1
- mix credo --strict -a || export EXITVALUE=1
- mix sobelow --config --skip || export EXITVALUE=1
- mix sobelow --config || export EXITVALUE=1
- exit $EXITVALUE
lint-front: