gitea/routers/web
silverwind fc2d75f86d
Enable unparam linter (#31277)
Enable [unparam](https://github.com/mvdan/unparam) linter.

Often I could not tell the intention why param is unused, so I put
`//nolint` for those cases like webhook request creation functions never
using `ctx`.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
2024-06-11 18:47:45 +00:00
..
admin Enable unparam linter (#31277) 2024-06-11 18:47:45 +00:00
auth Add missed return after ctx.ServerError (#31130) 2024-05-28 12:31:59 +03:00
devtest Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
events
explore
feed Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +00:00
healthcheck
misc
org Add missed return after ctx.ServerError (#31130) 2024-05-28 12:31:59 +03:00
repo Fix Activity Page Contributors dropdown (#31264) 2024-06-06 10:28:33 +08:00
shared Drop IDOrderDesc for listing Actions task and always order by id DESC (#31150) 2024-05-31 02:30:02 +00:00
user Remove sub-path from container registry realm (#31293) 2024-06-09 16:29:29 +08:00
base.go Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Fix markup preview (#31158) 2024-05-29 16:28:55 +00:00
webfinger.go