Skip to content

Commit

Permalink
Merge pull request #39 from mbilalamjad/enable-linting-for-unused-var…
Browse files Browse the repository at this point in the history
…iable

Update avm.tflint.hcl
  • Loading branch information
matt-FFFFFF authored May 9, 2024
2 parents 1949cd5 + ab58ba9 commit 12eb203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avm.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ rule "terraform_typed_variables" {

# disable for `locals.version.tf.json for now
rule "terraform_unused_declarations" {
enabled = false
enabled = true
}

rule "terraform_unused_required_providers" {
Expand Down

0 comments on commit 12eb203

Please sign in to comment.