Config: Move OrderManager upgrade to Version management #2503
Annotations
10 errors and 1 warning
golangci-lint:
cmd/config/config.go#L144
unnamedResult: consider giving a name to these results (gocritic)
|
golangci-lint:
config/versions/v4_test.go#L65
ineffectual assignment to out (ineffassign)
|
golangci-lint:
cmd/config/config.go#L98
ST1005: error strings should not be capitalized (stylecheck)
|
golangci-lint:
cmd/config/config.go#L105
ST1005: error strings should not be capitalized (stylecheck)
|
golangci-lint:
cmd/config/config.go#L109
ST1005: error strings should not be capitalized (stylecheck)
|
golangci-lint:
cmd/config/config.go#L116
ST1005: error strings should not be capitalized (stylecheck)
|
golangci-lint:
cmd/config/config.go#L120
ST1005: error strings should not be capitalized (stylecheck)
|
golangci-lint:
config/versions/v4_test.go#L67
useless-assert: asserting of the same variable (testifylint)
|
golangci-lint:
config/versions/v4_test.go#L38
TestVersion4Upgrade's subtests should call t.Parallel (tparallel)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading