Fix linting errors

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-03-12 21:31:50 +01:00
parent 1792013f37
commit 48d2820dc5
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -3,7 +3,7 @@ image: ubuntu:latest
before_script:
- apt-get update && apt-get install -y --no-install-recommends shellcheck
- shopt -s expand_aliases
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090"
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012"
Lint:
script: