elliotchance/gedcom

View on GitHub
util/cli.go

Summary

Maintainability
A
0 mins
Test Coverage

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package util
Severity: Minor
Found in util/cli.go by gofmt

exported function CLIDescription should have comment or be unexported
Open

func CLIDescription(s string) (r string) {
Severity: Minor
Found in util/cli.go by golint

exported function WrapToMargin should have comment or be unexported
Open

func WrapToMargin(s string, width int) (r string) {
Severity: Minor
Found in util/cli.go by golint

exported method CLIStringSlice.Set should have comment or be unexported
Open

func (i *CLIStringSlice) Set(value string) error {
Severity: Minor
Found in util/cli.go by golint

There are no issues that match your filters.

Category
Status