File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
tflint-ruleset-aws-serverless Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ You can enable the Serverless Rules plugin by adding a plugin section in the `.t
41
41
``` terraform
42
42
plugin "aws-serverless" {
43
43
enabled = true
44
- version = "0.1.8 "
44
+ version = "0.1.9 "
45
45
source = "github.com/awslabs/serverless-rules"
46
46
}
47
47
```
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cfn_lint_serverless"
3
- version = " 0.1.8 "
3
+ version = " 0.1.9 "
4
4
description = " Serverless rules for cfn-lint"
5
5
authors = [" Amazon Web Services" ]
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ You can enable the Serverless Rules plugin by adding a plugin section in the `.t
10
10
``` terraform
11
11
plugin "aws-serverless" {
12
12
enabled = true
13
- version = "0.1.8 "
13
+ version = "0.1.9 "
14
14
source = "github.com/awslabs/serverless-rules"
15
15
}
16
16
```
@@ -76,7 +76,7 @@ Rules in `tflint` can be disabled either through the `--disable-rule` command-li
76
76
```terraform
77
77
plugin "aws-serverless" {
78
78
enabled = true
79
- version = "0.1.6 "
79
+ version = "0.1.9 "
80
80
source = "github.com/awslabs/serverless-rules"
81
81
}
82
82
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ plugin "aws-serverless" {
6
6
enabled = true
7
7
# Uncomment those lines if you are using tflint 0.29 or later
8
8
# source = "github.com/awslabs/serverless-rules"
9
- # version = "0.1.8 "
9
+ # version = "0.1.9 "
10
10
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ func main() {
10
10
plugin .Serve (& plugin.ServeOpts {
11
11
RuleSet : & tflint.BuiltinRuleSet {
12
12
Name : "aws-serverless" ,
13
- Version : "0.1.8 " ,
13
+ Version : "0.1.9 " ,
14
14
Rules : rules .Rules ,
15
15
},
16
16
})
You can’t perform that action at this time.
0 commit comments