From a6b328f5c5879e19ee7cab02f6a648d1d29a0895 Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 10 Nov 2021 12:26:03 -0500 Subject: [PATCH] update to ignore exmaples --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0200eb0..c11b07e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,9 +8,9 @@ repos: args: ['table'] exclude: common/*.tf exclude: version.tf - 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: