gitea/models
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
..
actions Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` (#31150) 2024-05-31 02:30:02 +00:00
activities Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
admin
asymkey
auth
avatars
db
dbfs Enable `unparam` linter (#31277) 2024-06-11 18:47:45 +00:00
fixtures
git Fix branch order (#31174) 2024-05-31 09:58:41 +08:00
issues Enable `unparam` linter (#31277) 2024-06-11 18:47:45 +00:00
migrations Fix the possible migration failure on 286 with postgres 16 (#31209) 2024-06-02 03:01:08 +00:00
organization
packages
perm
project Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
pull
repo Return an empty string when a repo has no avatar in the repo API (#31187) 2024-06-01 11:49:42 +00:00
secret
shared/types
system
unit Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
unittest
user Performance improvements for pull request list API (#30490) 2024-05-31 12:10:11 +00:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go