Fix linting errors
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
fec74b795e
commit
8b3a294360
5 changed files with 25 additions and 30 deletions
|
@ -2,7 +2,7 @@ image: ubuntu:latest
|
|||
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y --no-install-recommends shellcheck
|
||||
|
||||
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090"
|
||||
Lint:
|
||||
script:
|
||||
- shellcheck -x --exclude=SC2034,SC1091 ./system/bin/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue