codeclimate/test-reporter

View on GitHub
formatters/gocov/example/bar/bar.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Bar should have comment or be unexported
Open

type Bar struct{}
Severity: Minor
Found in formatters/gocov/example/bar/bar.go by golint

exported function New should have comment or be unexported
Open

func New() *Bar {
Severity: Minor
Found in formatters/gocov/example/bar/bar.go by golint

exported method Bar.Bytes should have comment or be unexported
Open

func (b *Bar) Bytes() []byte {
Severity: Minor
Found in formatters/gocov/example/bar/bar.go by golint

There are no issues that match your filters.

Category
Status