Skip to content

Tags: gruntwork-io/pre-commit

Tags

v0.1.30

Toggle v0.1.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Adding `terragrunt hcl fmt` script (#134)

* feat: Adding `terragrunt hcl fmt` script

* fix: Fixing `.pre-commit-hooks.yaml`

* fix: Updating hook logic

v0.1.29

Toggle v0.1.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Adding tofu hooks (#129)

* feat: Adding tofu hooks

* feat: Updating README.md

* fix: Updating `.pre-commit-hooks.yaml`

v0.1.28

Toggle v0.1.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sentinel Fmt Hook Bugfix (#123)

* Fix shebang line 1 and fmt command

shebang needs to be on line one to work properly and sentinel fmt no longer has a diff cli argument

* adding execute to sentinel-fmt hook

Signed-off-by: Will Schultz <schultzwc18@gmail.com>

---------

Signed-off-by: Will Schultz <schultzwc18@gmail.com>

v0.1.27

Toggle v0.1.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(helmlint): Make it possible to use --strict in args (#127)

v0.1.26

Toggle v0.1.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: replace deprecated --terragrunt-hclfmt-file flag (#125)

v0.1.25

Toggle v0.1.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix exclude regular expressions (#117)

* Fix exclude regular expressions

the current expressions look like a typo? They require one or more literal '.'s, followed by one of any symbol, then "terraform". I reasoned that the `.+` at the start was entirely superfluous and just check for the `.terraform/`

* delete extra $'s

v0.1.24

Toggle v0.1.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add --kube-version opt to helm lint hook (#116)

Co-authored-by: James Kwon <96548424+hongil0316@users.noreply.github.com>

v0.1.23

Toggle v0.1.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/add git root keyword 102 (#103)

* feature: add a git root keyword for `--config` argument

When operating in a monorepo the new functionality of tflint (`--chdir`) breaks config file path by changing the current working directory when tflint runs.  This commit patches this gap by allowing a user to provide __GIT_ROOT__ or populate a environment variable with a custom string and when the `--config` argument is is found it replaces that keyword with the repository root (pwd in the case of pre-commit).

* feature: add documentation

v0.1.22

Toggle v0.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
tflint has deprecated the 'tflint FILE/DIR' syntax (#95)

* tflint has deprecated the 'tflint FILE/DIR' syntax

* Quote parameters to dirname/basename

---------

Co-authored-by: Jeremy Yoder <45078974+jyoder-deloitte@users.noreply.github.com>

v0.1.21

Toggle v0.1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support to use args in tflint (#92)