Skip to content

Commit

Permalink
fix(tflint-ruleset-blueprint): increment internal version (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Aug 14, 2024
1 parent acea2b2 commit 1f450a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tflint-ruleset-blueprint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ func main() {
plugin.Serve(&plugin.ServeOpts{
RuleSet: &tflint.BuiltinRuleSet{
Name: "blueprint",
Version: "0.1.0",
Version: "0.2.2",
Rules: []tflint.Rule{
rules.NewTerraformDocSamplesRestrictedBlocks(),
rules.NewTerraformDocSamplesRestrictedResources(),
rules.NewTerraformRequiredVersionRange(),
},
},
})
Expand Down

0 comments on commit 1f450a3

Please sign in to comment.