We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2f7371 + 728b828 commit 06da0e7Copy full SHA for 06da0e7
internal/rule/rule.go
@@ -48,7 +48,7 @@ func Runner(project project.Type) {
48
}
49
50
// Output will be printed after all rules are finished when configured for "json" output format.
51
- feedback.VerbosePrintf("Running rule %s...\n", ruleConfiguration.ID)
+ feedback.VerbosePrintf("Running rule %s (%s)...\n", ruleConfiguration.ID, ruleConfiguration.Brief)
52
53
ruleResult, ruleOutput := ruleConfiguration.RuleFunction()
54
reportText := result.Results.Record(project, ruleConfiguration, ruleResult, ruleOutput)
0 commit comments