forgejo/modules/packages
silverwind d8bc0495de
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>
(cherry picked from commit fc2d75f86d77b022ece848acf2581c14ef21d43b)

Conflicts:
	modules/setting/config_env.go
	modules/storage/azureblob.go
	services/webhook/dingtalk.go
	services/webhook/discord.go
	services/webhook/feishu.go
	services/webhook/matrix.go
	services/webhook/msteams.go
	services/webhook/packagist.go
	services/webhook/slack.go
	services/webhook/telegram.go
	services/webhook/wechatwork.go

	run make lint-go and fix Forgejo specific warnings
2024-06-16 13:42:58 +02:00
..
alpine Propagate install_if and provider_priority to APKINDEX (#28899) 2024-02-05 05:52:56 +00:00
cargo
chef
composer Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
conan
conda Use docs.gitea.com instead of docs.gitea.io (#26739) 2023-08-27 11:59:12 +00:00
container Use docs.gitea.com instead of docs.gitea.io (#26739) 2023-08-27 11:59:12 +00:00
cran Enable unparam linter (#31277) 2024-06-16 13:42:58 +02:00
debian Prevent newline errors with Debian packages (#26332) 2023-08-05 10:59:52 +02:00
goproxy
helm Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
maven Add support for different Maven POM encoding (#25873) 2023-07-14 09:39:15 +00:00
npm Add support for npm bundleDependencies (#30751) 2024-05-05 08:24:01 +01:00
nuget Some NuGet package enhancements 2024-04-15 20:45:14 +02:00
pub Use docs.gitea.com instead of docs.gitea.io (#26739) 2023-08-27 11:59:12 +00:00
pypi
rpm Use new RPM constants (#28931) 2024-01-25 21:40:24 +00:00
rubygems Enable more revive linter rules (#30608) 2024-04-28 15:39:00 +02:00
swift
vagrant
content_store.go Add direct serving of package content (#25543) 2023-07-03 15:33:28 +02:00
hashed_buffer.go Close all hashed buffers (#27787) 2023-10-25 21:24:24 +02:00
hashed_buffer_test.go
multi_hasher.go
multi_hasher_test.go