Skip to content

Commit a84578d

Browse files
scodejirfag
authored andcommitted
Tweak log entry for "not compiling" packages.
Motivation: Make it clear that the message is indicating packages *which do not compile*, rather than packages which *won't be compiled [for some unknown reason]*.
1 parent e5a60ca commit a84578d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lint/load.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func separateNotCompilingPackages(lintCtx *linter.Context) {
271271
}
272272

273273
if len(lintCtx.NotCompilingPackages) != 0 {
274-
lintCtx.Log.Infof("Not compiling packages: %+v", lintCtx.NotCompilingPackages)
274+
lintCtx.Log.Infof("Packages that do not compile: %+v", lintCtx.NotCompilingPackages)
275275
}
276276
}
277277

0 commit comments

Comments
 (0)