efritz/go-instrument

View on GitHub
prefix.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type PrefixValues should have comment or be unexported
Open

    PrefixValues []PrefixValue
Severity: Minor
Found in prefix.go by golint

exported type PrefixValue should have comment or be unexported
Open

    PrefixValue struct {
Severity: Minor
Found in prefix.go by golint

exported method PrefixValues.IsCumulative should have comment or be unexported
Open

func (v *PrefixValues) IsCumulative() bool {
Severity: Minor
Found in prefix.go by golint

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

func (v *PrefixValues) Set(value string) error {
Severity: Minor
Found in prefix.go by golint

exported function PrefixValuesFlag should have comment or be unexported
Open

func PrefixValuesFlag(s kingpin.Settings) (target *PrefixValues) {
Severity: Minor
Found in prefix.go by golint

There are no issues that match your filters.

Category
Status