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.
1 parent 62730bf commit e8524acCopy full SHA for e8524ac
pkg/lint/runner.go
@@ -58,7 +58,7 @@ func NewRunner(cfg *config.Config, log logutils.Log, goenv *goutil.Env, es *lint
58
59
var extra string
60
if lc.Deprecation.Replacement != "" {
61
- extra = fmt.Sprintf(" Replaced by %s.", lc.Deprecation.Replacement)
+ extra = fmt.Sprintf("Replaced by %s.", lc.Deprecation.Replacement)
62
}
63
64
log.Warnf("The linter '%s' is deprecated (since %s) due to: %s %s", name, lc.Deprecation.Since, lc.Deprecation.Message, extra)
0 commit comments