-
Notifications
You must be signed in to change notification settings - Fork 611
Closed
Labels
cienhancementNew feature or requestNew feature or requestgood-first-issueGood for newcomersGood for newcomers
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
Add https://github.com/koalaman/shellcheck-precommit to pre-commit.
Add the following snippets to .pre-commit-config.yaml
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.10.0
hooks:
- id: shellcheck
And run pre-commit run shellcheck --all-files
to fix all errors.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Metadata
Metadata
Assignees
Labels
cienhancementNew feature or requestNew feature or requestgood-first-issueGood for newcomersGood for newcomers