Skip to content
Snippets Groups Projects
Unverified Commit 3b24d993 authored by Dafydd Jones's avatar Dafydd Jones Committed by Imran Iqbal
Browse files

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

parent 8698fa53
No related branches found
No related tags found
No related merge requests found
...@@ -25,14 +25,13 @@ repos: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment