upgrade linter to 2.13.1

Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
Ryan Richard
2026-08-27 14:48:37 -07:00
parent 3ba58efa59
commit 4a18bd939d
13 changed files with 14 additions and 23 deletions
@@ -126,7 +126,6 @@ func TestExchangeAuthcode(t *testing.T) {
require.NotEmpty(t, r.Header.Get("Content-Length"))
// Get the params.
//nolint:gosec // this is a test, so we don't care about limiting request body size
err := r.ParseForm()
require.NoError(t, err)
params := r.PostForm