Skip to content

Tags: SamuelRobotiq/pre-commit

Tags

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)

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure Packer files are validated (gruntwork-io#61)

* Ensure that packer validate is executed on a directory
* Ensure that packer validate is restricted to modern HCL2
  Packer templates and corresponding file suffixes

v0.1.15

Toggle v0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add packer validate (gruntwork-io#58)

v0.1.14

Toggle v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clean up PATH after changing it (gruntwork-io#56)

Adding to the path without warning the user seems a little invasive.  
Save the original value and change it back after.

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Increase bash script portability (gruntwork-io#54)

Fixes "Executable `/bin/bash` not found" on NixOS systems

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update terraform-fmt to match terraform-validate (gruntwork-io#46)

This PR updates the `terraform-fmt` hook as follows:

1. Run with `-diff -check` so the differences are printed, rather than made on disk.
1. Instead of exiting on the first error, save the exit codes, and print out all `fmt` errors before exiting.

These changes are very similar to gruntwork-io#45.

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gruntwork-io#44 from parkalla86/update-shebang-tf-sh

Updated shebang to #!/usr/bin/env bash

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gruntwork-io#35 from shmileee/helmlint-serial

Run helmlint hook as single process

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gruntwork-io#32 from gruntwork-io/yori-fix-tfvalidate

Fix terraform-validate hook

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gruntwork-io#30 from gruntwork-io/pull-request-29

Extend gruntwork-io#29