update golangci-lint (#535)

This commit is contained in:
Alessandro Ros
2024-03-19 12:50:26 +01:00
committed by GitHub
parent 10fb1c98e3
commit 24ed937861
37 changed files with 182 additions and 181 deletions

View File

@@ -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