Skip to content

Commit fa14d9e

Browse files
authored
rule template: fix typo (#834)
1 parent 67a27da commit fa14d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/rule.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (r *{{ .RuleNameCC }}Rule) Enabled() bool {
3737

3838
// Severity returns the rule severity
3939
func (r *{{ .RuleNameCC }}Rule) Severity() tflint.Severity {
40-
// TODO: Determine the rule's severiry
40+
// TODO: Determine the rule's severity
4141
return tflint.ERROR
4242
}
4343

0 commit comments

Comments
 (0)