https://github.com/quantco/pre-commit-mirrors-tflint
pre-commit hook for tflint
https://github.com/quantco/pre-commit-mirrors-tflint
Last synced: about 1 year ago
JSON representation
pre-commit hook for tflint
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-tflint
- Owner: Quantco
- License: bsd-3-clause
- Created: 2023-08-15T09:36:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T08:35:29.000Z (over 1 year ago)
- Last Synced: 2025-01-27T09:29:13.919Z (over 1 year ago)
- Size: 58.6 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
# tflint pre-commit hook
pre-commit hook of tflint with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For tflint: see [here](https://github.com/terraform-linters/tflint)
## Using tflint with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-tflint
rev: '' # Use the sha / tag you want to point at
hooks:
- id: tflint-conda
```