Skip to content

fix: temporarily removing onboarding wizard for updates #471

fix: temporarily removing onboarding wizard for updates

fix: temporarily removing onboarding wizard for updates #471

Triggered via pull request December 8, 2023 16:04
Status Failure
Total duration 5m 13s
Artifacts

lint.yml

on: pull_request
golangci-lint
5m 2s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: models/config.go#L22
structtag: struct field tag `toml:"name", json:"name"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet)
golangci-lint: models/config.go#L23
structtag: struct field tag `toml:"profile", json:"profile"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet)
golangci-lint: models/config.go#L24
structtag: struct field tag `toml:"source", json:"source"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet)
golangci-lint: models/config.go#L25
structtag: struct field tag `toml:"accessKeyId,omitempty", json:"awsAccessKeyId,omitempty"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet)
golangci-lint: models/config.go#L26
structtag: struct field tag `toml:"secretAccessKey,omitempty", json:"awsSecretAccessKey,omitempty"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet)
golangci-lint: models/config.go#L27
structtag: struct field tag `toml:"path,omitempty", json:"path"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet)
golangci-lint: models/config.go#L31
structtag: struct field tag `toml:"name", json:"name"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet)
golangci-lint: models/config.go#L32
structtag: struct field tag `toml:"source", json:"source"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet)
golangci-lint: models/config.go#L33
structtag: struct field tag `toml:"tenantId", json:"tenantId"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet)
golangci-lint: models/config.go#L34
structtag: struct field tag `toml:"clientId", json:"clientId"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet)