1
0
Fork 0

chore(shellcheck): switch hook for `shellcheck` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/295
This commit is contained in:
Dafydd Jones 2021-02-21 08:31:15 +00:00 committed by Imran Iqbal
parent 7368305919
commit b2e67d64fa
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
1 changed files with 2 additions and 3 deletions

View File

@ -25,14 +25,13 @@ repos:
args: [--debug] args: [--debug]
always_run: true always_run: true
pass_filenames: false pass_filenames: false
- repo: https://github.com/jumanjihouse/pre-commit-hooks - repo: https://github.com/shellcheck-py/shellcheck-py
rev: 2.1.3 rev: v0.7.1.1
hooks: hooks:
- id: shellcheck - id: shellcheck
name: Check shell scripts with shellcheck name: Check shell scripts with shellcheck
files: ^.*\.(sh|bash|ksh)$ files: ^.*\.(sh|bash|ksh)$
types: [] types: []
args: []
- repo: https://github.com/adrienverge/yamllint - repo: https://github.com/adrienverge/yamllint
rev: v1.23.0 rev: v1.23.0
hooks: hooks: