Skip to content

Commit

Permalink
fix: added some tflint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 committed Oct 8, 2024
1 parent 2ee19ae commit de54d4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ repos:
- id: terraform_tflint
args:
- --args=--disable-rule terraform_required_version
- --args=--disable-rule terraform_required_providers
- --args=--disable-rule terraform_unused_declarations
- --args=--disable-rule terraform_deprecated_interpolation
- --args=--disable-rule terraform_deprecated_index
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl
- id: terraform_fmt
- id: terraform_docs
Expand Down

0 comments on commit de54d4d

Please sign in to comment.