Skip to content

Commit

Permalink
Skip tflint on fast stages as it requires extra config
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Oct 30, 2024
1 parent aabe241 commit b0a288d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0a288d

Please sign in to comment.