0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-19 20:19:19 +01:00
gitea/routers/web
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
..
admin Clean up log messages (#30313) 2024-04-07 19:17:06 +08:00
auth Allow preferred_username as username source for OIDC (#30454) 2024-04-16 05:41:39 +00:00
devtest
events
explore Refactor topic Find functions and add more tests for pagination (#30127) 2024-03-29 11:38:16 +08:00
feed
healthcheck
misc
org Fix project description rendering for org (#30587) 2024-04-19 07:58:56 +00:00
repo Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
shared Add API for Variables (#29520) 2024-03-28 20:40:35 +00:00
user Clarify permission "HasAccess" behavior (#30585) 2024-04-20 03:15:04 +00:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Use maintained gziphandler (#30592) 2024-04-21 00:53:45 +00:00
webfinger.go