From 93f34f86c480cf92a3429579ed3f15ee7e6fa322 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 19 Aug 2022 12:48:31 -0400 Subject: [PATCH] revert --- .pre-commit-config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f20ddd..7f9f794 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,8 +8,10 @@ repos: args: ['table'] exclude: common/*.tf exclude: version.tf - - 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: v3.4.0 hooks: