pedroMMM/goss

View on GitHub
outputs/outputs.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Outputer should have comment or be unexported
Open

type Outputer interface {
Severity: Minor
Found in outputs/outputs.go by golint

exported function RegisterOutputer should have comment or be unexported
Open

func RegisterOutputer(name string, outputer Outputer, formatOptions []string) {
Severity: Minor
Found in outputs/outputs.go by golint

exported function FormatOptions should have comment or be unexported
Open

func FormatOptions() []string {
Severity: Minor
Found in outputs/outputs.go by golint

exported function GetOutputer should have comment or be unexported
Open

func GetOutputer(name string) (Outputer, error) {
Severity: Minor
Found in outputs/outputs.go by golint

There are no issues that match your filters.

Category
Status