You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers
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`.
11 months ago
..
api Enable more `revive` linter rules (#30608) 11 months ago
common feat(api): implement branch/commit comparison API (#30349) 11 months ago
install Move context from modules to services (#29440) 1 year ago
private Enable more `revive` linter rules (#30608) 11 months ago
utils Refactor external URL detection (#29973) 1 year ago
web Enable more `revive` linter rules (#30608) 11 months ago
init.go Move some asymkey functions to service layer (#28894) 1 year ago