corvus-ch/horcrux

View on GitHub
internal/format.go

Summary

Maintainability
A
0 mins
Test Coverage
B
89%

Showing 0 of 2 total issues

Identical blocks of code found in 2 locations. Consider refactoring.
Wontfix

func (c *formatCommand) InputInfo() input.Input {
if c.info != nil {
return c.info
}
 
 
Severity: Minor
Found in internal/format.go and 1 other location - About 35 mins to fix
internal/create.go on lines 77..90

exported func RegisterFormatCommand returns unexported type *internal.formatCommand, which can be annoying to use
Wontfix

func RegisterFormatCommand(app *kingpin.Application, log logr.Logger, action formatAction) *formatCommand {
Severity: Minor
Found in internal/format.go by golint

There are no issues that match your filters.

Category
Status