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/services/context
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`.
10 months ago
..
upload Move context from modules to services (#29440) 1 year ago
access_log.go Move context from modules to services (#29440) 1 year ago
api.go Refactor cache and disable go-chi cache (#30417) 11 months ago
api_org.go Move context from modules to services (#29440) 1 year ago
api_test.go Move context from modules to services (#29440) 1 year ago
base.go Use strict protocol check when redirect (#29642) 12 months ago
base_test.go Use strict protocol check when redirect (#29642) 12 months ago
captcha.go Refactor cache and disable go-chi cache (#30417) 11 months ago
context.go Refactor web routes (#30519) 10 months ago
context_cookie.go Move context from modules to services (#29440) 1 year ago
context_model.go Move context from modules to services (#29440) 1 year ago
context_request.go Move context from modules to services (#29440) 1 year ago
context_response.go Refactor URL detection (#29960) 11 months ago
context_template.go Move context from modules to services (#29440) 1 year ago
context_test.go Refactor external URL detection (#29973) 11 months ago
csrf.go Move context from modules to services (#29440) 1 year ago
org.go Move context from modules to services (#29440) 1 year ago
package.go Move context from modules to services (#29440) 1 year ago
pagination.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
permission.go Move context from modules to services (#29440) 1 year ago
private.go Move context from modules to services (#29440) 1 year ago
repo.go Enable more `revive` linter rules (#30608) 10 months ago
response.go Move context from modules to services (#29440) 1 year ago
user.go Move context from modules to services (#29440) 1 year ago
utils.go Move context from modules to services (#29440) 1 year ago
xsrf.go Move context from modules to services (#29440) 1 year ago
xsrf_test.go Move context from modules to services (#29440) 1 year ago