feat(core): move auth profiles to externalized profiles lib #802
Annotations
10 errors
golangci-lint:
pkg/profiles/auth.go#L11
type `platformConfiguration` is unused (unused)
|
golangci-lint:
pkg/profiles/util.go#L8
var `profileNameRegex` is unused (unused)
|
golangci-lint:
pkg/profiles/util.go#L10
func `validateProfileName` is unused (unused)
|
golangci-lint:
cmd/root.go#L157
unnecessary trailing newline (whitespace)
|
golangci-lint:
cmd/root.go#L173
unnecessary trailing newline (whitespace)
|
golangci-lint:
cmd/root.go#L179
SA4006: this value of `profileMgr` is never used (staticcheck)
|
golangci-lint:
pkg/profiles/profile.go#L37
ST1005: error strings should not be capitalized (stylecheck)
|
golangci-lint:
pkg/profiles/profile.go#L59
ST1005: error strings should not be capitalized (stylecheck)
|
golangci-lint:
pkg/profiles/profile.go#L72
ST1005: error strings should not be capitalized (stylecheck)
|
golangci-lint:
pkg/profiles/profile.go#L87
ST1005: error strings should not be capitalized (stylecheck)
|
Loading