Skip to content

Commit afc4919

Browse files
authored
fix shell cehck (#17)
1 parent 9cb4772 commit afc4919

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ repos:
1414
- repo: 'https://github.com/jumanjihouse/pre-commit-hooks'
1515
rev: 3.0.0
1616
hooks:
17-
- id: shellcheck
18-
exclude: tools/docker/docker.sh
1917
- id: script-must-have-extension
2018
- id: git-dirty
2119
- id: git-check
20+
- repo: 'https://github.com/koalaman/shellcheck-precommit'
21+
rev: v0.7.2
22+
hooks:
23+
- id: shellcheck
24+
exclude: tools/docker/docker.sh
2225
- repo: local # check java files format use a customized script
2326
hooks:
2427
- id: checkstyle

0 commit comments

Comments
 (0)