mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-24 21:53:39 +09:00
Fix these `go vet` errors which I stumbled upon because AI likes to run `go vet` standalone and `go vet` does not understand `//nolint` like golangci does, so it produced confusing output. Co-authored-by: bircni <bircni@icloud.com>