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

View file

@ -2,7 +2,6 @@ stages:
- Lint
before_script:
- shopt -s expand_aliases
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012"
Lint: