gitea/services/repository
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
..
archiver
commitstatus Refactor cache and disable go-chi cache (#30417) 2024-04-13 08:38:44 +00:00
files Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
adopt_test.go
adopt.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
avatar_test.go
avatar.go
branch.go Refactor cache and disable go-chi cache (#30417) 2024-04-13 08:38:44 +00:00
cache.go
check.go
collaboration_test.go
collaboration.go
commit.go
contributors_graph_test.go Refactor cache and disable go-chi cache (#30417) 2024-04-13 08:38:44 +00:00
contributors_graph.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
create_test.go
create.go
delete_test.go
delete.go Clarify permission "HasAccess" behavior (#30585) 2024-04-20 03:15:04 +00:00
fork_test.go
fork.go
generate_test.go
generate.go
hooks.go
init.go
lfs_test.go
lfs.go
main_test.go
migrate.go
push.go
repository_test.go
repository.go
review_test.go
review.go
setting.go
template.go
transfer_test.go Clarify permission "HasAccess" behavior (#30585) 2024-04-20 03:15:04 +00:00
transfer.go Clarify permission "HasAccess" behavior (#30585) 2024-04-20 03:15:04 +00:00