1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 03:36:12 -04:00
gitea/services/webhook
silverwind 74f0c84fa4
Enable more revive linter rules (#30608)
Noteable additions:

- `redefines-builtin-id` forbid variable names that shadow go builtins
- `empty-lines` remove unnecessary empty lines that `gofumpt` does not
remove for some reason
- `superfluous-else` eliminate more superfluous `else` branches

Rules are also sorted alphabetically and I cleaned up various parts of
`.golangci.yml`.
2024-04-22 11:48:42 +00:00
..
deliver_test.go Fix possible data race on tests (#30093) 2024-03-26 14:08:30 +00:00
deliver.go
dingtalk_test.go
dingtalk.go
discord_test.go
discord.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
feishu_test.go
feishu.go
general_test.go
general.go
main_test.go
matrix_test.go
matrix.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
msteams_test.go
msteams.go
notifier.go Fix missed doer (#30231) 2024-04-08 21:26:41 +00:00
packagist_test.go
packagist.go
payloader.go
slack_test.go
slack.go
telegram_test.go fix telegram webhook (#29864) 2024-03-17 14:11:28 +00:00
telegram.go fix telegram webhook (#29864) 2024-03-17 14:11:28 +00:00
webhook_test.go
webhook.go
wechatwork.go