Fitbit/smartling

View on GitHub
model/directive_map.go

Summary

Maintainability
A
0 mins
Test Coverage

package comment should be of the form "Package model ..."
Wontfix

// Copyright 2016, Fitbit, Inc.
Severity: Minor
Found in model/directive_map.go by golint

exported type DirectiveMap should have comment or be unexported
Open

type DirectiveMap map[string]string
Severity: Minor
Found in model/directive_map.go by golint

exported method DirectiveMap.WithPrefix should have comment or be unexported
Open

func (d DirectiveMap) WithPrefix() map[string]string {
Severity: Minor
Found in model/directive_map.go by golint

There are no issues that match your filters.

Category
Status