1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-04 09:25:22 +02:00

Update module github.com/golangci/golangci-lint/v2/cmd/golangci-lint to v2.2.1 (forgejo) (#8422)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8422
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
Renovate Bot 2025-07-05 18:33:45 +02:00 committed by Gusted
parent 6e239a7f65
commit 212e8ac348
312 changed files with 322 additions and 312 deletions

View file

@ -65,7 +65,7 @@ func TestPullCommitLinks(t *testing.T) {
func TestPullCommitSignature(t *testing.T) {
t.Cleanup(func() {
// Cannot use t.Context(), it is in the done state.
require.NoError(t, git.InitFull(context.Background())) //nolint:usetesting
require.NoError(t, git.InitFull(context.Background()))
})
defer test.MockVariableValue(&setting.Repository.Signing.SigningName, "UwU")()