mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
chore(lint): Add exceptions for dbfs_model and unittest (#10275)
Thanks a lot to @floss4good who pointed this out in the comments of #10253! Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10275 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Reviewed-by: floss4good <floss4good@noreply.codeberg.org> Co-authored-by: nachtjasmin <nachtjasmin@posteo.de> Co-committed-by: nachtjasmin <nachtjasmin@posteo.de>
This commit is contained in:
parent
f43d48d5c8
commit
70166de15a
11 changed files with 38 additions and 54 deletions
|
|
@ -44,7 +44,7 @@ import (
|
|||
"forgejo.org/services/mailer"
|
||||
mailer_incoming "forgejo.org/services/mailer/incoming"
|
||||
markup_service "forgejo.org/services/markup"
|
||||
migration_service "forgejo.org/services/migrations"
|
||||
migrations_service "forgejo.org/services/migrations"
|
||||
mirror_service "forgejo.org/services/mirror"
|
||||
pull_service "forgejo.org/services/pull"
|
||||
release_service "forgejo.org/services/release"
|
||||
|
|
@ -157,7 +157,7 @@ func InitWebInstalled(ctx context.Context) {
|
|||
mustInit(pull_service.Init)
|
||||
mustInit(automerge.Init)
|
||||
mustInit(task.Init)
|
||||
mustInit(migration_service.Init)
|
||||
mustInit(migrations_service.Init)
|
||||
eventsource.GetManager().Init()
|
||||
mustInitCtx(ctx, mailer_incoming.Init)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue