Add more files to linting

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-13 22:22:03 +01:00
parent 29583a0597
commit 3ba8e43c79

View file

@ -5,6 +5,14 @@ before_script:
Lint:
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 ./post-install.sh