issues
search
polyfloyd
/
go-errorlint
A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme
MIT License
248
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
False positive if err.(type) switch checks Unwrap interfaces
#88
Brian-Williams
opened
22 hours ago
0
fix: allow %T verb to format errors
#87
ehsundar
closed
2 weeks ago
1
chore: bump golang.org/x/tools from 0.25.0 to 0.26.0
#86
dependabot[bot]
closed
3 weeks ago
0
chore: bump golang.org/x/tools from 0.24.0 to 0.25.0
#85
dependabot[bot]
closed
2 months ago
0
chore: bump golang.org/x/tools from 0.23.0 to 0.24.0
#84
dependabot[bot]
closed
2 months ago
0
feat: ignore io.EOF from io.ReadAtLeast
#83
kolyshkin
closed
3 months ago
0
Add exception for encoding/json.decoder.Token
#82
kolyshkin
closed
3 months ago
0
Allow `%T` verb
#81
MigratoryCoconuts
closed
2 weeks ago
1
ci: cz: only check commits in PR
#80
kolyshkin
closed
3 months ago
3
feat: add exception for mime.ErrInvalidMediaParameter
#79
kolyshkin
closed
3 months ago
2
chore: bump golang.org/x/tools from 0.22.0 to 0.23.0
#78
dependabot[bot]
closed
3 months ago
1
Add installation in README
#77
Kcrong
closed
4 months ago
1
chore: bump golang.org/x/tools from 0.21.0 to 0.22.0
#76
dependabot[bot]
closed
5 months ago
0
chore: bump golang.org/x/tools from 0.20.0 to 0.21.0
#75
dependabot[bot]
closed
6 months ago
0
fix: init functions and AllowPair fields
#74
ldez
closed
7 months ago
4
chore: bump golang.org/x/tools from 0.19.0 to 0.20.0
#73
dependabot[bot]
closed
7 months ago
0
chore: bump golang.org/x/tools from 0.18.0 to 0.19.0
#72
dependabot[bot]
closed
8 months ago
0
Double indirection on error that will never satisfy `errors.As` lint
#71
stefanvanburen
closed
6 months ago
2
chore: bump golang.org/x/tools from 0.17.0 to 0.18.0
#70
dependabot[bot]
closed
9 months ago
0
Extend allowed with some std funcs and external via funcopts
#69
psydvl
closed
10 months ago
3
Prevent exposing external errors in package API
#68
HTechHQ
opened
10 months ago
2
chore: bump golang.org/x/tools from 0.16.1 to 0.17.0
#67
dependabot[bot]
closed
10 months ago
0
io.ReadCloser io.EOF seems to be should also be whitelisted
#66
psydvl
closed
6 months ago
4
chore: bump golang.org/x/tools from 0.16.0 to 0.16.1
#65
dependabot[bot]
closed
11 months ago
0
chore: bump actions/setup-go from 4 to 5
#64
dependabot[bot]
closed
11 months ago
0
Add context errors as allowed direct comparisons
#63
jkz-stripe
closed
12 months ago
1
chore: bump golang.org/x/tools from 0.14.0 to 0.16.0
#62
dependabot[bot]
closed
1 year ago
0
Unwrapping errors.Join error to []error through type assertion.
#61
forgoty
closed
1 year ago
1
chore: bump golang.org/x/tools from 0.13.0 to 0.14.0
#60
dependabot[bot]
closed
1 year ago
0
chore: bump actions/checkout from 3 to 4
#59
dependabot[bot]
closed
1 year ago
0
chore: bump golang.org/x/tools from 0.12.0 to 0.13.0
#58
dependabot[bot]
closed
1 year ago
0
Stack size exceeded in error assignment cycle
#57
jmacd
closed
1 year ago
2
chore: bump golang.org/x/tools from 0.11.1 to 0.12.0
#56
dependabot[bot]
closed
1 year ago
0
Warning about comparisons for indirect errors
#55
kolyshkin
closed
1 year ago
4
implement whilelist for switch
#54
kolyshkin
closed
6 months ago
3
ci: do run Go tests
#53
kolyshkin
closed
1 year ago
2
fix: add missing testdata
#52
kolyshkin
closed
1 year ago
1
Add exemption for type assertions in `Is(error) bool` methods
#51
triarius
closed
1 year ago
5
`Is` methods should be exempt for type assertions and switches too
#50
triarius
closed
1 year ago
0
False positive if err variable is reused/redeclared
#49
kolyshkin
opened
1 year ago
2
chore: bump golang.org/x/tools from 0.10.0 to 0.11.1
#48
dependabot[bot]
closed
1 year ago
0
Allow bare errors from golang.org/x/sys/unix
#47
kolyshkin
closed
1 year ago
6
chore: bump golang.org/x/tools from 0.9.2 to 0.10.0
#46
dependabot[bot]
closed
1 year ago
0
Ignore io.EOF from some more sources
#45
kolyshkin
closed
1 year ago
1
chore: bump golang.org/x/tools from 0.8.0 to 0.9.2
#44
dependabot[bot]
closed
1 year ago
0
Disable type assertion of errors when used with assignment in a switch statement
#43
avinash-fam
closed
1 year ago
4
panic interface conversion: ast.Expr is *ast.SelectorExpr, not *ast.Ident
#42
hawkingrei
closed
1 year ago
2
chore: bump golang.org/x/tools from 0.7.0 to 0.8.0
#41
dependabot[bot]
closed
1 year ago
0
chore: bump actions/setup-go from 3 to 4
#40
dependabot[bot]
closed
1 year ago
0
Bump golang.org/x/tools to v0.7.0 (as minimum) and make new tag
#39
Antonboom
closed
1 year ago
2
Next