Skip to content

Commit

Permalink
fixing the format of the hook name for tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianFlynn committed May 17, 2022
1 parent 47b7dc5 commit 9e2db98
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
exclude: \.+.terraform\/.*$
require_serial: true

- id: terraform-lint
name: Terraform lint (tflint)
description: Linter for Terraform source code
entry: hooks/tflint.sh
language: script
files: \.tf$
exclude: \.+.terraform\/.*$

- id: packer-validate
name: Packer validate
description: Validates all Packer configuration files
Expand All @@ -26,14 +34,6 @@
files: (\.pkr\.(hcl|json)|\.pkrvars\.hcl)$
require_serial: true

- id: tflint
name: tflint
description: Linter for Terraform source code
entry: hooks/tflint.sh
language: script
files: \.tf$
exclude: \.+.terraform\/.*$

- id: terragrunt-hclfmt
name: Terragrunt hclfmt
description: Rewrites all Terragrunt configuration files to a canonical format
Expand Down

0 comments on commit 9e2db98

Please sign in to comment.