There was an error while loading. Please reload this page.
1 parent a6336e3 commit 623c9a0Copy full SHA for 623c9a0
fragments/shellcheck.pre-commit-config.yaml
@@ -1,6 +1,8 @@
1
# Check shell scripts with ShellCheck
2
# NOTE: ShellCheck must be available in the command search PATHs
3
+# https://www.shellcheck.net/
4
+# https://github.com/jumanjihouse/pre-commit-hooks#shellcheck
5
- repo: https://github.com/jumanjihouse/pre-commit-hooks
- rev: 2.0.0
6
+ rev: 2.1.5
7
hooks:
8
- id: shellcheck
0 commit comments