refactor: remove init functions (#489)

This commit is contained in:
Aveline
2025-05-22 10:29:16 +02:00
committed by GitHub
parent b91a995918
commit 25e30f6420
4 changed files with 11 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ linters:
- forbidigo
- misspell
- whitespace
- gochecknoinits
settings:
forbidigo:
forbid:
@@ -22,6 +23,9 @@ linters:
- linters:
- errcheck
path: _test.go
- linters:
- gochecknoinits
path: internal/logging/sse.go
paths:
- third_party$
- builtin$