Skip to content

fix: init from the main config #297

fix: init from the main config

fix: init from the main config #297

Triggered via push September 10, 2024 13:56
Status Failure
Total duration 45s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/authenticator/auto_authenticator.go#L142
unexported-return: exported func NewAutoBlackListChecker returns unexported type authenticator.autoBlackListChecker, which can be annoying to use (revive)
lint: internal/config/config.go#L29
tag is not aligned, should be: json:"vendors,omitempty" koanf:"vendors" (tagalign)
lint: internal/config/config.go#L30
tag is not aligned, should be: json:"logger,omitempty" koanf:"logger" (tagalign)
lint: internal/config/config.go#L31
tag is not aligned, should be: json:"http_port,omitempty" koanf:"http_port" (tagalign)
lint: internal/config/config.go#L32
tag is not aligned, should be: json:"tracer,omitempty" koanf:"tracer" (tagalign)
lint: internal/config/config.go#L33
tag is not aligned, should be: json:"default_vendor,omitempty" koanf:"default_vendor" (tagalign)
lint: internal/config/config.go#L34
tag is not aligned, should be: json:"validator,omitempty" koanf:"validator" (tagalign)
lint: internal/config/config.go#L35
tag is not aligned, should be: json:"black_list_user_logging,omitempty" koanf:"black_list_user_logging" (tagalign)
lint: internal/config/config.go#L62
tag is not aligned, should be: json:"iss,omitempty" koanf:"iss" (tagalign)
lint: internal/config/config.go#L63
tag is not aligned, should be: json:"user_ids,omitempty" koanf:"user_ids" (tagalign)