Golangci-lint: Go Wrapped Error linter

Created on 21 Apr 2020  路  3Comments  路  Source: golangci/golangci-lint

https://github.com/polyfloyd/go-errorlint

I use it standalone and is quite useful

new

Most helpful comment

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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

simonpasquier picture simonpasquier  路  4Comments

jirfag picture jirfag  路  3Comments

grongor picture grongor  路  4Comments

cyriltovena picture cyriltovena  路  5Comments

lnshi picture lnshi  路  4Comments