mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 07:37:07 +08:00
update golangci-lint (#535)
This commit is contained in:
@@ -56,7 +56,7 @@ func TestDecoderErrorLimit(t *testing.T) {
|
||||
}
|
||||
|
||||
func FuzzDecoder(f *testing.F) {
|
||||
f.Fuzz(func(t *testing.T, a []byte, am bool, b []byte, bm bool) {
|
||||
f.Fuzz(func(_ *testing.T, a []byte, am bool, b []byte, bm bool) {
|
||||
d := &Decoder{}
|
||||
d.Init() //nolint:errcheck
|
||||
|
||||
|
Reference in New Issue
Block a user