pedroMMM/goss

View on GitHub
outputs/json.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Json should have comment or be unexported
Open

type Json struct{}
Severity: Minor
Found in outputs/json.go by golint

exported method Json.Output should have comment or be unexported
Open

func (r Json) Output(w io.Writer, results <-chan []resource.TestResult,
Severity: Minor
Found in outputs/json.go by golint

type Json should be JSON
Open

type Json struct{}
Severity: Minor
Found in outputs/json.go by golint

There are no issues that match your filters.

Category
Status