fix: temporarily removing onboarding wizard for updates #471
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)
|