Skip to content

Commit

Permalink
Tweak log entry for "not compiling" packages.
Browse files Browse the repository at this point in the history
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]*.
  • Loading branch information
scode authored and jirfag committed Oct 28, 2018
1 parent e5a60ca commit a84578d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lint/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func separateNotCompilingPackages(lintCtx *linter.Context) {
}

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

Expand Down

0 comments on commit a84578d

Please sign in to comment.