Skip to content

Commit 70ce55f

Browse files
authored
Merge pull request #39 from 404-code-not-found-com:20250407
Add documentation links and TFLint configuration updates
2 parents d432f94 + b596af6 commit 70ce55f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/renovate.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"matchPackagePrefixes": ["hashicorp/"],
1111
"matchUpdateTypes": ["minor", "patch"],
1212
"enabled": false
13-
},
14-
{
15-
"matchPackagePrefixes": ["terraform-linters/"],
16-
"matchUpdateTypes": ["patch"],
17-
"enabled": false
1813
}
1914
]
2015
}

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/pre-commit-config.json
2+
# See https://pre-commit.com for more information
3+
# See https://pre-commit.com/hooks.html for more hooks
24

35
repos:
46
- repo: local

.tflint.hcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
plugin "terraform" {
22
enabled = true
3+
version = "0.12.0"
4+
source = "github.com/terraform-linters/tflint-ruleset-terraform"
35
preset = "all"
46
}
57

0 commit comments

Comments
 (0)