]> source.dussan.org Git - gitea.git/commit
Resolve lint for unused parameter and unnecessary type arguments (#30750)
authorChongyi Zheng <git@zcy.dev>
Mon, 29 Apr 2024 08:47:56 +0000 (04:47 -0400)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2024 08:47:56 +0000 (08:47 +0000)
commite80466f7349164ce4cf3c07bdac30d736d20f035
tree03f321ea4f4892671111a814aab10008bcf0136e
parentad4e902d5a1430c0c1df18bf404537df5ded1dba
Resolve lint for unused parameter and unnecessary type arguments (#30750)

Resolve all cases for `unused parameter` and `unnecessary type
arguments`

Related: #30729

---------

Co-authored-by: Giteabot <teabot@gitea.io>
42 files changed:
models/issues/issue_xref_test.go
models/organization/org_test.go
modules/actions/workflows.go
modules/git/commit_info_nogogit.go
modules/git/parse_gogit.go
modules/git/parse_gogit_test.go
modules/git/parse_nogogit.go
modules/git/parse_nogogit_test.go
modules/git/tree_nogogit.go
modules/indexer/code/git.go
modules/markup/markdown/goldmark.go
modules/markup/markdown/transform_codespan.go
modules/markup/markdown/transform_heading.go
modules/markup/markdown/transform_image.go
modules/markup/markdown/transform_link.go
modules/markup/markdown/transform_list.go
modules/markup/mdstripper/mdstripper.go
modules/optional/option_test.go
modules/setting/incoming_email.go
modules/setting/storage.go
routers/api/v1/admin/user_badge.go
routers/api/v1/repo/migrate.go
routers/private/hook_pre_receive.go
routers/web/admin/admin.go
routers/web/feed/convert.go
routers/web/feed/release.go
services/context/repo.go
services/doctor/storage.go
services/migrations/gitea_uploader.go
services/mirror/mirror.go
services/pull/review.go
services/pull/update.go
services/pull/update_rebase.go
services/repository/adopt.go
services/repository/branch.go
services/repository/files/update.go
services/user/update_test.go
tests/integration/api_packages_chef_test.go
tests/integration/api_releases_test.go
tests/integration/api_repo_git_tags_test.go
tests/integration/repo_search_test.go
tests/integration/repofiles_change_test.go