Skip to content

Commit

Permalink
ci: remove unneeded tflint configuration
Browse files Browse the repository at this point in the history
dgniewek committed Jul 30, 2024
1 parent 15313dc commit 41c0bcc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
config {
ignore_module = {
"Invicton-Labs/deepmerge/null" = true
}
}
# config {
# ignore_module = {
# "Invicton-Labs/deepmerge/null" = true
# }
# }

plugin "terraform" {
enabled = true
version = "0.5.0"
source = "github.com/terraform-linters/tflint-ruleset-terraform"
preset = "all"
enabled = true
version = "0.5.0"
source = "github.com/terraform-linters/tflint-ruleset-terraform"
preset = "all"
}

rule "terraform_standard_module_structure" {
enabled = false # Fails on context.tf
enabled = false # Fails on context.tf
}

0 comments on commit 41c0bcc

Please sign in to comment.