We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f3790 commit bb59d1aCopy full SHA for bb59d1a
main.go
@@ -10,7 +10,7 @@ func main() {
10
plugin.Serve(&plugin.ServeOpts{
11
RuleSet: &tflint.BuiltinRuleSet{
12
Name: "trailing-comma",
13
- Version: "0.1.0",
+ Version: "0.1.2",
14
Rules: []tflint.Rule{
15
rules.NewTerraformListsTrailingCommaRule(),
16
},
0 commit comments