BUILD-11388: Change pre-commit hook to koalaman/shellcheck-precommit#256
Conversation
SummarySwitches the shellcheck pre-commit hook from the gruntwork-io wrapper to the official koalaman/shellcheck-precommit hook, which includes shellcheck directly. This simplifies the CI pipeline by using the canonical source rather than a third-party wrapper. Also bumps shellcheck from 0.10.0 to 0.11.0 in mise.toml. What reviewers should knowReview focus: The hook ID remains
For local setup: Developers will need to run
|
There was a problem hiding this comment.
Pull request overview
Updates the repository’s pre-commit configuration to use the upstream koalaman/shellcheck-precommit hook so ShellCheck is provided directly by the hook repo, simplifying local setup and reducing external dependencies.
Changes:
- Replaced the ShellCheck hook source from
gruntwork-io/pre-committokoalaman/shellcheck-precommit. - Pinned the new hook to
v0.11.0(by commit SHA) to keep installs reproducible.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f9ff9f3 to
775f665
Compare
|



What Changed?