preferred settings support #4494
Annotations
5 errors and 5 warnings
golangci-lint:
cmd/starsd/cmd/settings.go#L24
unnecessary conversion (unconvert)
|
golangci-lint:
cmd/starsd/cmd/settings.go#L33
unnecessary conversion (unconvert)
|
golangci-lint:
cmd/starsd/cmd/root.go#L181
File is not properly formatted (gofumpt)
|
golangci-lint:
cmd/starsd/cmd/settings.go#L35
File is not properly formatted (gofumpt)
|
golangci-lint
issues found
|
golangci-lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
golangci-lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
golangci-lint:
cmd/starsd/cmd/settings.go#L22
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
cmd/starsd/cmd/settings.go#L31
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
cmd/starsd/cmd/settings.go#L39
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|