gitea/modules/auth
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
..
openid Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
pam Use a general approach to access custom/static/builtin assets (#24022) 2023-04-12 18:16:45 +08:00
password Enable more `revive` linter rules (#30608) 2024-04-22 11:48:42 +00:00
webauthn Next round of `db.DefaultContext` refactor (#27089) 2023-09-16 14:39:12 +00:00
common.go Map OIDC groups to Orgs/Teams (#21441) 2023-02-08 14:44:42 +08:00