fixup! Config: Add -edit and encryption upgrade to cmd/config #2445
Annotations
10 errors
golangci-lint:
cmd/config/config.go#L144
unnamedResult: consider giving a name to these results (gocritic)
|
golangci-lint:
config/config.go#L1597
shadow: declaration of "err" shadows declaration at line 1585 (govet)
|
golangci-lint:
config/config_encryption_test.go#L217
shadow: declaration of "err" shadows declaration at line 211 (govet)
|
golangci-lint:
config/config_encryption_test.go#L275
shadow: declaration of "err" shadows declaration at line 259 (govet)
|
golangci-lint:
config/config_encryption.go#L55
for loop can be changed to use an integer range (Go 1.22+) (intrange)
|
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)
|
Loading