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/mirror
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`.
9 months ago
..
mirror.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
mirror_pull.go Enable more `revive` linter rules (#30608) 9 months ago
mirror_push.go Simplify how git repositories are opened (#28937) 1 year ago
mirror_test.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago
notifier.go Move notification interface to services layer (#26915) 1 year ago
queue.go Move `modules/mirror` to `services` (#26737) 1 year ago