diff --git a/rules/rule.go.tmpl b/rules/rule.go.tmpl index f6aa22ca..18cf650b 100644 --- a/rules/rule.go.tmpl +++ b/rules/rule.go.tmpl @@ -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 }