Skip to content

Commit

Permalink
rules: clarify "# rules enabled" log message
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Feb 23, 2021
1 parent f9629f0 commit 8206ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ func NewRules(c *tflint.Config) []Rule {
if c.DisabledByDefault && len(ret) == 0 {
log.Printf("[WARN] Only mode is enabled and no rules were provided")
}
log.Printf("[INFO] %d rules enabled", len(ret))
log.Printf("[INFO] %d default rules enabled", len(ret))
return ret
}

0 comments on commit 8206ee7

Please sign in to comment.