Add more files to linting
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
29583a0597
commit
3ba8e43c79
1 changed files with 9 additions and 1 deletions
|
@ -5,6 +5,14 @@ before_script:
|
||||||
|
|
||||||
Lint:
|
Lint:
|
||||||
script:
|
script:
|
||||||
- shellcheck -x --exclude=SC2034 ./system/bin/*
|
- shellcheck -x --exclude=SC2034,SC1091 ./system/bin/*
|
||||||
|
- shellcheck -x ./.aliases
|
||||||
|
- shellcheck -x ./.bash_logout
|
||||||
|
- shellcheck -x ./.bash_profile
|
||||||
|
- shellcheck -x ./.bashrc
|
||||||
|
- shellcheck -x ./.env
|
||||||
|
- shellcheck -x ./.keyleds
|
||||||
|
- shellcheck -x ./.xinitrc
|
||||||
|
- shellcheck -x ./.xprofile
|
||||||
- shellcheck -x ./install.sh
|
- shellcheck -x ./install.sh
|
||||||
- shellcheck -x ./post-install.sh
|
- shellcheck -x ./post-install.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue