Skip to content

Commit

Permalink
rule template: fix typo (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker authored Feb 25, 2025
1 parent 67a27da commit fa14d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/rule.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (r *{{ .RuleNameCC }}Rule) Enabled() bool {

// Severity returns the rule severity
func (r *{{ .RuleNameCC }}Rule) Severity() tflint.Severity {
// TODO: Determine the rule's severiry
// TODO: Determine the rule's severity
return tflint.ERROR
}

Expand Down

0 comments on commit fa14d9e

Please sign in to comment.