More config cleanup
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
005c4f29b6
commit
8d3f9c8a1d
22 changed files with 44 additions and 27 deletions
|
@ -4,10 +4,10 @@ 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"
|
||||
|
||||
|
||||
Lint:
|
||||
script:
|
||||
- shellcheck ./system/bin/*
|
||||
- shellcheck ./system/.local/bin/*
|
||||
- shellcheck ./system/.aliases
|
||||
- shellcheck ./system/.bash_logout
|
||||
- shellcheck ./system/.bash_profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue