dotfiles/.gitlab-ci.yml
Severin Kaderli ca2c5b0c2b
Fix more linting
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
2019-02-13 01:04:36 +01:00

20 lines
649 B
YAML

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"
Lint:
script:
- shellcheck ./system/.local/bin/*
- shellcheck ./system/.aliases
- shellcheck ./system/.bash_logout
- shellcheck ./system/.bash_profile
- shellcheck ./system/.bashrc
- shellcheck ./system/.env
- shellcheck ./system/.config/custom/keyleds
- shellcheck ./system/.config/X11/xinitrc
- shellcheck ./system/.config/X11/xsetup
- shellcheck ./install.sh
- shellcheck ./post-install.sh