File tree 3 files changed +4
-17
lines changed
3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ indent_style = space
8
8
indent_size = 2
9
9
trim_trailing_whitespace = true
10
10
insert_final_newline = true
11
- max_line_length = 100
11
+ max_line_length = 150
12
12
13
13
[* .{tf,tfvars} ]
14
14
indent_size = 2
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.83 .4
3
+ rev : v1.97 .4
4
4
hooks :
5
5
- id : terraform_fmt
6
6
args :
20
20
args : ["--args=--sort-by required"]
21
21
22
22
- repo : https://github.com/adrienverge/yamllint
23
- rev : v1.32.0
23
+ rev : v1.36.2
24
24
hooks :
25
25
- id : yamllint
Original file line number Diff line number Diff line change 2
2
plugin_dir = " ~/.tflint.d/plugins"
3
3
4
4
format = " compact"
5
- module = true
5
+ call_module_type = " local "
6
6
force = false
7
7
disabled_by_default = false
8
8
@@ -62,16 +62,3 @@ rule "terraform_unused_declarations" {
62
62
rule "terraform_unused_required_providers" {
63
63
enabled = true
64
64
}
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