We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb4772 commit afc4919Copy full SHA for afc4919
.pre-commit-config.yaml
@@ -14,11 +14,14 @@ repos:
14
- repo: 'https://github.com/jumanjihouse/pre-commit-hooks'
15
rev: 3.0.0
16
hooks:
17
- - id: shellcheck
18
- exclude: tools/docker/docker.sh
19
- id: script-must-have-extension
20
- id: git-dirty
21
- id: git-check
+ - repo: 'https://github.com/koalaman/shellcheck-precommit'
+ rev: v0.7.2
22
+ hooks:
23
+ - id: shellcheck
24
+ exclude: tools/docker/docker.sh
25
- repo: local # check java files format use a customized script
26
27
- id: checkstyle
0 commit comments