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 de54d4d commit 897914d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ repos:
- --args=--disable-rule terraform_unused_declarations
- --args=--disable-rule terraform_deprecated_interpolation
- --args=--disable-rule terraform_deprecated_index
- --args=--disable-rule terraform_typed_variables
- --args=--disable-rule terraform_map_duplicate_keys
- --args=--disable-rule terraform_module_pinned_source
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl
- id: terraform_fmt
- id: terraform_docs
Expand Down

0 comments on commit 897914d

Please sign in to comment.