File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed
Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ indent_style = space
88indent_size = 2
99trim_trailing_whitespace = true
1010insert_final_newline = true
11- max_line_length = 100
11+ max_line_length = 150
1212
1313[* .{tf,tfvars} ]
1414indent_size = 2
Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.83 .4
3+ rev : v1.97 .4
44 hooks :
55 - id : terraform_fmt
66 args :
2020 args : ["--args=--sort-by required"]
2121
2222- repo : https://github.com/adrienverge/yamllint
23- rev : v1.32.0
23+ rev : v1.36.2
2424 hooks :
2525 - id : yamllint
Original file line number Diff line number Diff line change 22 plugin_dir = " ~/.tflint.d/plugins"
33
44 format = " compact"
5- module = true
5+ call_module_type = " local "
66 force = false
77 disabled_by_default = false
88
@@ -62,16 +62,3 @@ rule "terraform_unused_declarations" {
6262rule "terraform_unused_required_providers" {
6363 enabled = true
6464}
65-
66-
67- # ##################################################
68- # Rule Sets - AWS
69- # ##################################################
70-
71- plugin "aws" {
72- source = " github.com/terraform-linters/tflint-ruleset-aws"
73- version = " 0.21.1"
74-
75- enabled = true
76- deep_check = false
77- }
You can’t perform that action at this time.
0 commit comments