Skip to content

Tags: rsmets/pre-commit

Tags

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 (gruntwork-io#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 (gruntwork-io#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 (gruntwork-io#116)

Co-authored-by: James Kwon <[email protected]>

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 (gruntwork-io#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 (gruntwork-io#95)

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

* Quote parameters to dirname/basename

---------

Co-authored-by: Jeremy Yoder <[email protected]>

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 (gruntwork-io#92)

v0.1.20

Toggle v0.1.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add a golangci-lint hook (gruntwork-io#93)

v0.1.19

Toggle v0.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add sentinel fmt hook (gruntwork-io#89)

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ignore hash links (gruntwork-io#86)

v0.1.17

Toggle v0.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initialise tflint to install plugins (gruntwork-io#62)