We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89a294 commit f14b359Copy full SHA for f14b359
.editorconfig
@@ -8,7 +8,7 @@ indent_style = space
8
indent_size = 2
9
trim_trailing_whitespace = true
10
insert_final_newline = true
11
-max_line_length = 100
+max_line_length = 150
12
13
[*.{tf,tfvars}]
14
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.83.4
+ rev: v1.97.4
4
hooks:
5
- id: terraform_fmt
6
args:
@@ -20,6 +20,6 @@ repos:
20
args: ["--args=--sort-by required"]
21
22
- repo: https://github.com/adrienverge/yamllint
23
- rev: v1.32.0
+ rev: v1.36.2
24
25
- id: yamllint
.tflint.hcl
@@ -2,7 +2,7 @@ config {
plugin_dir = "~/.tflint.d/plugins"
format = "compact"
- module = true
+ call_module_type = "local"
force = false
7
disabled_by_default = false
0 commit comments