fix everysingle lint issue

This commit is contained in:
2025-04-18 11:58:15 +02:00
parent 56fe0f6f30
commit 1887454328
29 changed files with 435 additions and 170 deletions

View File

@@ -41,7 +41,7 @@ var (
dbOpTimeout time.Duration
)
func init() {
func init() { //nolint:gochecknoinits // this is a main package, init is ok
viper.AutomaticEnv()
viper.SetDefault("HTTP_PORT", defaultHTTPPort)