Skip to content

Commit

Permalink
fix: terraform_tflint hook executes in a serial way to run less often (
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollado authored Oct 1, 2021
1 parent ce02cd1 commit 3404eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
- id: terraform_tflint
name: Terraform validate with tflint
description: Validates all Terraform configuration files with TFLint.
require_serial: true
entry: terraform_tflint.sh
language: script
files: (\.tf|\.tfvars)$
Expand Down

0 comments on commit 3404eed

Please sign in to comment.