Skip tflint on fast stages as it requires extra config
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
a2ce318d11
commit
30d1deceee
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user