pre-commit
pre-commit copied to clipboard
A collection of pre-commit hooks used by Gruntwork tools
**Describe the bug** helmlint doesn't really lint the folder structure looks like ``` tree test-hook test-hook └── test ├── Chart.yaml ├── charts ├── templates │ ├── NOTES.txt │ ├── _helpers.tpl...
**Describe the bug** Unable to provide my own configuration to markdown-link-check via pre-commit **To Reproduce** **Expected behavior** I added the `markdown-link-check` hook to my `.pre-commit-config.yaml`, and ran `pre-commit run -a`...
Dear Team, I think your pre-commit-collection is really great. I would like to use also the terraform validate pre-commit hook and this fails for plain vanilla terraform modules (without terragrunt),...
Previously the terraform-fmt hook made changes to the files, whereas now it only shows the difference and errors out. I did some digging and found that it was an intentional...
Restore terraform-fmt behaviour from v0.1.11. Fixes #48. By default, changes are written back to source files as usual for pre-commit hooks, but can be optionally disabled by providing a `--no-autofix`...
## Description Creates a hook for running packer fmt similar to the hook for running terraform fmt. resolves #75 ### Documentation Updated README.md to describe the new hook. ## TODOs...
**Describe the solution you'd like** Add a pre-commit hook for running packer fmt, similar to the hook for running terraform fmt **Describe alternatives you've considered** NA **Additional context** NA
## Description I think it make sens to format `.tfvars` too. It's behaviour of `terraform fmt .`. ### Documentation ## TODOs Please ensure all of these TODOs are completed before...
Unfortunately `args` currently only allows `--enable`. This is problematic when other shellcheck options are necesarry. Concrete use-case: When sourcing files in scripts shellcheck requires the `--external-sources` / `-x` option to...
**Describe the solution you'd like** The terraform lock file is causing issues with terraform validate being run in an automated job. Terraform init is updating the hashes in the lockfile...