Fitbit/smartling

View on GitHub
logger/logger.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function Info should have comment or be unexported
Open

func Info(v ...interface{}) {
Severity: Minor
Found in logger/logger.go by golint

exported function Errorf should have comment or be unexported
Open

func Errorf(format string, v ...interface{}) {
Severity: Minor
Found in logger/logger.go by golint

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

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

exported function Error should have comment or be unexported
Open

func Error(v ...interface{}) {
Severity: Minor
Found in logger/logger.go by golint

exported function Infof should have comment or be unexported
Open

func Infof(format string, v ...interface{}) {
Severity: Minor
Found in logger/logger.go by golint

There are no issues that match your filters.

Category
Status