mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-13 06:20:24 +00:00
**Backport: !11936** - Go has a suite of small linters that helps with modernizing Go code by using newer functions and catching small mistakes, https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/modernize. - Enable this linter in golangci-lint. - There's also [`go fix`](https://go.dev/blog/gofix), which is not yet released as a linter in golangci-lint: https://github.com/golangci/golangci-lint/pull/6385 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11949 Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org> Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz> |
||
|---|---|---|
| .. | ||
| activity_follow.go | ||
| activity_follow_test.go | ||
| activity_like.go | ||
| activity_like_test.go | ||
| activity_undo_like.go | ||
| activity_undo_like_test.go | ||
| activity_user_activity.go | ||
| activity_user_activity_test.go | ||
| activity_validateandcheckerror_test.go | ||
| actor.go | ||
| actor_person.go | ||
| actor_person_test.go | ||
| actor_repository.go | ||
| actor_repository_test.go | ||
| actor_test.go | ||
| forgefed.go | ||
| nodeinfo.go | ||
| object_user_activity_note.go | ||
| object_user_activity_note_test.go | ||
| outbox.go | ||
| repository.go | ||
| repository_test.go | ||