Add sobelow to CI

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-01-22 19:31:27 +01:00
parent 7b91367145
commit e6da458b49
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 2 additions and 1 deletions

View File

@ -55,8 +55,9 @@ lint-elixir:
- mix deps.get
script:
- export EXITVALUE=0
- mix credo --strict -a || export EXITVALUE=1
- mix format --check-formatted --dry-run || export EXITVALUE=1
- mix credo --strict -a || export EXITVALUE=1
- mix sobelow --config --skip || export EXITVALUE=1
- exit $EXITVALUE
lint-front: