efritz/derision

View on GitHub
internal/handler/set.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewHandlerSet should have comment or be unexported
Open

func NewHandlerSet() *handlerSet {
Severity: Minor
Found in internal/handler/set.go by golint

type name will be used as handler.HandlerSet by other packages, and that stutters; consider calling this Set
Open

    HandlerSet interface {
Severity: Minor
Found in internal/handler/set.go by golint

exported type HandlerSet should have comment or be unexported
Open

    HandlerSet interface {
Severity: Minor
Found in internal/handler/set.go by golint

exported func NewHandlerSet returns unexported type *handler.handlerSet, which can be annoying to use
Open

func NewHandlerSet() *handlerSet {
Severity: Minor
Found in internal/handler/set.go by golint

There are no issues that match your filters.

Category
Status