chore(pre-commit): check shell files using shellcheck

This commit is contained in:
Dafydd Jones 2020-07-02 18:33:29 +01:00
parent 3f26ea7cd4
commit c50c081069

View file

@ -17,6 +17,10 @@ repos:
hooks:
- id: rubocop
exclude: ^Gemfile\.lock$
- id: shellcheck
name: Check shell scripts with shellcheck
exclude_types: [zsh]
args: []
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.23.0
hooks: