mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
chore(shellcheck): switch hook for shellcheck
* new hook follows upstream versions more closely, and manages the binary dependency Fixes #226
This commit is contained in:
parent
23c2bb2dc2
commit
f1ad843d29
1 changed files with 2 additions and 3 deletions
|
@ -25,14 +25,13 @@ repos:
|
|||
args: [--debug]
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
- repo: https://github.com/jumanjihouse/pre-commit-hooks
|
||||
rev: 2.1.3
|
||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||
rev: v0.7.1.1
|
||||
hooks:
|
||||
- id: shellcheck
|
||||
name: Check shell scripts with shellcheck
|
||||
files: ^.*\.(sh|bash|ksh)$
|
||||
types: []
|
||||
args: []
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.23.0
|
||||
hooks:
|
||||
|
|
Loading…
Add table
Reference in a new issue