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
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
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
chore: bump golang.org/x/tools from 0.4.0 to 0.6.0
#38
dependabot[bot]
closed
1 year ago
0
Consider Minimum Go Version in go.mod?
#37
tri-adam
closed
1 year ago
3
Issues with multiple errors in fmt.Errorf()
#36
qfornaguera
closed
1 year ago
3
Bump golang.org/x/tools from 0.4.0 to 0.5.0
#35
dependabot[bot]
closed
1 year ago
2
Describe releases changes
#34
mih-kopylov
closed
1 year ago
1
Bump golang.org/x/tools from 0.3.0 to 0.4.0
#33
dependabot[bot]
closed
1 year ago
0
Bump tools dependency
#32
AlekSi
closed
2 years ago
0
Allow `io.ReadFull` to return unwrapped `io.EOF`
#31
AlekSi
closed
2 years ago
1
Bump golang.org/x/tools from 0.1.12 to 0.2.0
#30
dependabot[bot]
closed
2 years ago
0
panic: runtime error: index out of range [1] with length 1
#29
Dentrax
closed
2 years ago
3
Ability to toggle assertion linter for interfaces
#28
dopey
closed
2 years ago
2
Permit switch err with case nil or default
#27
MichaelUrman
closed
2 years ago
1
errorlint fails to correctly parse indexed verbs with modifiers
#26
efd6
closed
2 years ago
1
Bump golang.org/x/tools from 0.1.11 to 0.1.12
#25
dependabot[bot]
closed
2 years ago
0
Bump golang.org/x/tools from 0.1.10 to 0.1.11
#24
dependabot[bot]
closed
2 years ago
0
Add a tag
#23
ldez
closed
2 years ago
2
Not all of the issues about comparing err with gorm.ErrRecordNotFound using '==' directly can be detected by errorlint.
#22
dumbFeng
closed
2 years ago
2
When argument repeated via explicit indexes in `fmt.Errorf`, fails error wrap check
#21
salkrr
closed
2 years ago
1
Update dependencies to support go 1.18
#20
dcu
closed
2 years ago
1
fatal error: stack overflow
#19
acim
closed
2 years ago
7
Disable comparison linter for `errors.Cause(err) != sql.ErrNoRows` expression
#18
etuseeva
closed
3 years ago
1
Fixes wrapping of custom errors
#17
aNickPlx
closed
3 years ago
0
Getting non-wrapping format verb for fmt.Errorf. While using custom errors.
#16
aNickPlx
closed
3 years ago
1
bogus io.EOF error when error var is predeclared
#15
kolyshkin
closed
3 years ago
5
Allow comparisons with http.ErrServerClosed
#14
tmaxmax
closed
3 years ago
1
false positive on with `err == io.EOF` on `*bytes.Reader`
#13
trim21
closed
3 years ago
1
Ignore io.EOF comparison for (*bufio.Reader).ReadLine
#12
kolyshkin
closed
3 years ago
1
disable comparison linter for `Is(target error) bool` methods
#11
kolyshkin
closed
2 years ago
2
disable comparison linter for errors from golang.org/x/sys/unix
#10
kolyshkin
closed
1 year ago
6
Why is `%w` wrong to use?
#9
frederikhors
closed
3 years ago
1
Flag to disable swtich case checks
#8
kishaningithub
closed
3 years ago
0
multiple Error wrapping
#7
K4L1Ma
closed
4 years ago
1
Don't fail if there is at least one error wrapping (fixes #5)
#6
dahu33
closed
4 years ago
0
Don't fail if there is at least one error wrapping
#5
fkorotkov
closed
4 years ago
3
io.EOF should never be flagged, as it should never be wrapped
#4
zikaeroh
closed
3 years ago
14
Switch to go/analysis
#3
vovapi
closed
4 years ago
2
Detect other kinds of errorf wrapping
#2
coder543
closed
4 years ago
1
Publish docker image
#1
jeanlucmongrain
closed
4 years ago
5
Previous