From a5282dacb17e685d457b53a06fcd5728d92b4b0a Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 10 Nov 2021 12:22:21 -0500 Subject: [PATCH] update to ignore exmaples --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f20ddd..0200eb0 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"] - repo: https://github.com/pre-commit/pre-commit-hooks