Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-04-03 17:22:30 +02:00
parent 73a878ea83
commit 09b0cbf223
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -1,5 +1,3 @@
image: koalaman/shellcheck:latest
stages: stages:
- Lint - Lint
@ -8,6 +6,7 @@ before_script:
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012" - alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012"
Lint: Lint:
image: koalaman/shellcheck-alpine:latest
stage: Lint stage: Lint
script: script:
- shellcheck ./system/.local/bin/* - shellcheck ./system/.local/bin/*