corvus-ch/horcrux

View on GitHub
internal/restore.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Showing 2 of 2 total issues

exported function RegisterRestoreCommand should have comment or be unexported
Open

func RegisterRestoreCommand(app *kingpin.Application, log logr.Logger, action restoreAction) *restoreCommand {
Severity: Minor
Found in internal/restore.go by golint

exported func RegisterRestoreCommand returns unexported type *internal.restoreCommand, which can be annoying to use
Open

func RegisterRestoreCommand(app *kingpin.Application, log logr.Logger, action restoreAction) *restoreCommand {
Severity: Minor
Found in internal/restore.go by golint
Category
Status