https://github.com/polyfloyd/go-errorlint
I use it standalone and is quite useful
The linters have now been moved to github.com/polyfloyd/go-errorlint/errorlint which should make integration possible.
I vote that the new go-err113 linter is replaced by this one. go-err113 reports all calls of fmt.Errorf('xxx' %s', value) which is incorrect.
hi,
this linter doesn't use go/analysis. We would like to include only go/analysis-based linters.
Most helpful comment
I vote that the new
go-err113linter is replaced by this one.go-err113reports all calls offmt.Errorf('xxx' %s', value)which is incorrect.