https://github.com/quantco/pre-commit-mirrors-shellcheck
pre-commit hook for shellcheck
https://github.com/quantco/pre-commit-mirrors-shellcheck
Last synced: 4 months ago
JSON representation
pre-commit hook for shellcheck
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-shellcheck
- Owner: Quantco
- License: bsd-3-clause
- Created: 2021-04-16T14:53:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T07:47:42.000Z (5 months ago)
- Last Synced: 2025-02-03T08:33:53.942Z (5 months ago)
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# shellcheck pre-commit hook
pre-commit hook of shellcheck with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For shellcheck: see [here](https://github.com/koalaman/shellcheck)
## Using shellcheck with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-shellcheck
rev: '' # Use the sha / tag you want to point at
hooks:
- id: shellcheck-conda
```