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

@@ -18,7 +18,7 @@ func FuzzValidate(f *testing.F) {
f.Add(`Digest realm=123,nonce=123,username=123,uri=123,response=123`)
f.Add(`Digest realm=123,nonce=abcde,username=123,uri=123,response=123`)
f.Fuzz(func(t *testing.T, a string) {
f.Fuzz(func(_ *testing.T, a string) {
Validate( //nolint:errcheck
&base.Request{
Method: base.Describe,