8000
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 6aa4e0f commit 09f9e77Copy full SHA for 09f9e77
pkg/golinters/errcheck.go
@@ -35,8 +35,8 @@ func NewErrcheck(settings *config.ErrcheckSettings) *goanalysis.Linter {
35
36
return goanalysis.NewLinter(
37
errcheckName,
38
- "Errcheck is a program for checking for unchecked errors "+
39
- "in go programs. These unchecked errors can be critical bugs in some cases",
+ "errcheck is a program for checking for unchecked errors in Go code. "+
+ "These unchecked errors can be critical bugs in some cases",
40
[]*analysis.Analyzer{analyzer},
41
nil,
42
).WithContextSetter(func(lintCtx *linter.Context) {
0 commit comments