Releases: gruntwork-io/pre-commit
Releases · gruntwork-io/pre-commit
v0.1.20
Modules affected
golangci-lint
Description
- Add a
golangci-linthook by @robmorgan in #93
Full Changelog: v0.1.19...v0.1.20
v0.1.19
Modules affected
sentinel-fmt
Description
- Add sentinel fmt hook by @thepoppingone in #89
Special thanks
- @thepoppingone made their first contribution in #89
Full Changelog: v0.1.18...v0.1.19
v0.1.18
v0.1.17
v0.1.16
v0.1.15
v0.1.14
Modules affected
terraform-fmt
Description
- Save the original value of
$PATHand change it back after.
Special thanks
Special thanks to @joshschmitter for the contribution!
Related links
v0.1.13
Modules affected
go-fmtgoimportshelmlintmdlink-checkterragrunt-hclfmtyapf
Description
- Use
/usr/bin/env bashin all the scripts, to improve portability.
Special thanks
Special thanks to @alias-dev for the contribution!
Related links
v0.1.12
Modules affected
terraform-fmtterraform-validate
Description
- The
terraform-validatehook will now (a) set theTF_IN_AUTOMATIONvariable to reduce Terraform output that isn't relevant in automation, (b) print out each directory it's running in so if you hit an error, you know where to look, (c) save errors until the end, sovalidateruns in all modules, rather than exiting on the first error. - The
terraform-fmthook will now (a) run with-diff -checkso the differences and affected files are printed to logs, rather than written to disk and (b) save errors until the end, sofmtruns in all modules, rather than exiting on the first error.
Special thanks
Special thanks to @davidalger for the contributions!
Related links
v0.1.11
Modules affected
terraform-fmtterraform-validatetflint
Description
Use /usr/bin/env bash instead of /bin/bash for better portability.
Special thanks
Special thanks to @parkalla86 for their contribution!