pre-commit: Do not run shfmt/shellcheck on .bats files
parent
45d076567a
commit
2acf26b7b3
|
|
@ -17,7 +17,9 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: git-check # Configure in .gitattributes
|
- id: git-check # Configure in .gitattributes
|
||||||
- id: shellcheck
|
- id: shellcheck
|
||||||
|
exclude: ".bats$"
|
||||||
- id: shfmt
|
- id: shfmt
|
||||||
|
exclude: ".bats$"
|
||||||
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
||||||
rev: v1.1.7
|
rev: v1.1.7
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue