Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantco/pre-commit-mirrors-shellcheck
pre-commit hook for shellcheck
https://github.com/quantco/pre-commit-mirrors-shellcheck
Last synced: about 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T00:20:43.000Z (8 months ago)
- Last Synced: 2024-04-28T02:15:44.161Z (8 months ago)
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
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
```