chore: anchor golangci exclusion paths to directories (#39116)

Co-authored-by: Claude (Opus 5) <noreply@anthropic.com>
This commit is contained in:
silverwind
2026-08-25 16:36:45 +00:00
committed by GitHub
co-authored by Claude
parent c8660364d9
commit 1680ac24e6
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ func TestParseAcceptEncoding(t *testing.T) {
for _, kase := range kases {
t.Run(kase.Header, func(t *testing.T) {
assert.EqualValues(t, kase.Expected, parseAcceptEncoding(kase.Header))
assert.Equal(t, kase.Expected, parseAcceptEncoding(kase.Header))
})
}
}