Skip tflint on fast stages as it requires extra config

This commit is contained in:
Wiktor Niesiobędzki
2024-10-29 20:05:29 +00:00
committed by Wiktor Niesiobędzki
parent a2ce318d11
commit 30d1deceee

View File

@@ -22,7 +22,7 @@ repos:
args:
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl
files: ^modules/
exclude: (tests/fixtures/|tools/lockfile/)
exclude: (tests/fixtures/|tools/lockfile/|^fast)
# - id: terraform_validate
# args:
# - --hook-config=--retry-once-with-cleanup=true