Fix linting errors
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
1792013f37
commit
48d2820dc5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue