0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-11 08:04:44 +01:00
gitea/models
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
..
actions Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357) 2024-04-11 15:11:32 +08:00
activities Reduce unnecessary database queries on actions table (#30509) 2024-04-17 01:25:03 +00:00
admin
asymkey Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
auth chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +00:00
avatars
db Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
dbfs
fixtures Add default board to new projects, remove uncategorized pseudo-board (#29874) 2024-03-27 20:54:32 +00:00
git chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +00:00
issues Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
migrations Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
organization Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
packages Fix package list performance (#30520) 2024-04-20 13:07:00 +02:00
perm Clarify permission "HasAccess" behavior (#30585) 2024-04-20 03:15:04 +00:00
project Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
pull
repo Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
secret
shared/types
system
unit Allow everyone to read or write a wiki by a repo unit setting (#30495) 2024-04-17 15:58:37 +00:00
unittest
user Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org.go
org_team.go Clarify permission "HasAccess" behavior (#30585) 2024-04-20 03:15:04 +00:00
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +00:00