pre-commit icon indicating copy to clipboard operation
pre-commit copied to clipboard

A collection of pre-commit hooks used by Gruntwork tools

Results 50 pre-commit issues
Sort by recently updated
recently updated
newest added

**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...

bug

**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`...

bug

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),...

question

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...

enhancement

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

enhancement

## 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...

enhancement