File tree Expand file tree Collapse file tree 2 files changed +14
-15
lines changed Expand file tree Collapse file tree 2 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 58
58
github_token : ${{ secrets.GITHUB_TOKEN }}
59
59
- name : Run TFLint
60
60
run : |
61
- tflint --init -c ${GITHUB_WORKSPACE}/.tflint.hcl
62
61
tflint -c ${GITHUB_WORKSPACE}/.tflint.hcl --var-file ${GITHUB_WORKSPACE}/.github/lint/tflint.tfvars
Original file line number Diff line number Diff line change @@ -3,26 +3,26 @@ config {
3
3
call_module_type = " local"
4
4
}
5
5
6
- # plugin "terraform" {
7
- # enabled = true
8
- # version = "0.10.0"
9
- # source = "github.com/terraform-linters/tflint-ruleset-terraform"
10
- # }
6
+ plugin "terraform" {
7
+ enabled = true
8
+ version = " 0.10.0"
9
+ source = " github.com/terraform-linters/tflint-ruleset-terraform"
10
+ }
11
11
12
12
plugin "aws" {
13
13
enabled = true
14
14
version = " 0.34.0"
15
15
source = " github.com/terraform-linters/tflint-ruleset-aws"
16
16
}
17
17
18
- rule "terraform_comment_syntax" {
19
- enabled = true
20
- }
18
+ # rule "terraform_comment_syntax" {
19
+ # enabled = true
20
+ # }
21
21
22
- rule "terraform_naming_convention" {
23
- enabled = true
24
- }
22
+ # rule "terraform_naming_convention" {
23
+ # enabled = true
24
+ # }
25
25
26
- rule "terraform_documented_variables" {
27
- enabled = true
28
- }
26
+ # rule "terraform_documented_variables" {
27
+ # enabled = true
28
+ # }
You can’t perform that action at this time.
0 commit comments