From f0e4fc43927e37e06f799a2e7e1db6a90ebfc7d7 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 15 Nov 2021 16:30:50 -0500 Subject: [PATCH] ignore examples --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c1c0f3..259def4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,7 @@ repos: args: ['table'] exclude: common/*.tf exclude: version.tf + exclude: examples - id: terraform_tflint args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] exclude: examples