Skip to content

Commit 3404eed

Browse files
authored
fix: terraform_tflint hook executes in a serial way to run less often (antonbabenko#211)
1 parent ce02cd1 commit 3404eed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
- id: terraform_tflint
4646
name: Terraform validate with tflint
4747
description: Validates all Terraform configuration files with TFLint.
48+
require_serial: true
4849
entry: terraform_tflint.sh
4950
language: script
5051
files: (\.tf|\.tfvars)$

0 commit comments

Comments
 (0)