diff --git a/internal/rule/rule.go b/internal/rule/rule.go index a988b3ae..b76a133d 100644 --- a/internal/rule/rule.go +++ b/internal/rule/rule.go @@ -48,7 +48,7 @@ func Runner(project project.Type) { } // Output will be printed after all rules are finished when configured for "json" output format. - feedback.VerbosePrintf("Running rule %s...\n", ruleConfiguration.ID) + feedback.VerbosePrintf("Running rule %s (%s)...\n", ruleConfiguration.ID, ruleConfiguration.Brief) ruleResult, ruleOutput := ruleConfiguration.RuleFunction() reportText := result.Results.Record(project, ruleConfiguration, ruleResult, ruleOutput)