From 4132acf7f132cb7ff7c3be6667c083a5d0c81820 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 23 May 2023 13:32:23 -0400 Subject: [PATCH] comment tflint --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d49cac..d93faf0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,9 +11,9 @@ repos: - --args=--config=.terraform-docs.yml exclude: version.tf exclude: examples/ - - id: terraform_tflint - args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] - exclude: examples/ +# - id: terraform_tflint +# args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] +# exclude: examples/ - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1