codeclimate/test-reporter

View on GitHub
formatters/null_int.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method NullInt.Interface should have comment or be unexported
Open

func (ns NullInt) Interface() interface{} {
Severity: Minor
Found in formatters/null_int.go by golint

exported method NullInt.UnmarshalText should have comment or be unexported
Open

func (ns *NullInt) UnmarshalText(text []byte) error {
Severity: Minor
Found in formatters/null_int.go by golint

There are no issues that match your filters.

Category
Status