Skip to content

Commit

Permalink
fix shell cehck
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny Jiao committed Jan 24, 2025
1 parent 9cb4772 commit 4374c34
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ repos:
- repo: 'https://github.com/jumanjihouse/pre-commit-hooks'
rev: 3.0.0
hooks:
- id: shellcheck
exclude: tools/docker/docker.sh
- id: script-must-have-extension
- id: git-dirty
- id: git-check
- repo: 'https://github.com/koalaman/shellcheck-precommit'
rev: v0.7.2
hooks:
- id: shellcheck
exclude: tools/docker/docker.sh
- repo: local # check java files format use a customized script
hooks:
- id: checkstyle
Expand Down

0 comments on commit 4374c34

Please sign in to comment.