Fitbit/smartling

View on GitHub
rest/model.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method Model.IsOK should have comment or be unexported
Open

func (m *Model) IsOK() bool {
Severity: Minor
Found in rest/model.go by golint

exported method Model.Data should have comment or be unexported
Open

func (m *Model) Data(data interface{}) (err error) {
Severity: Minor
Found in rest/model.go by golint

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

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

exported type Model should have comment or be unexported
Open

type Model struct {
Severity: Minor
Found in rest/model.go by golint

There are no issues that match your filters.

Category
Status