runner/cleanup.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewCleanup should have comment or be unexported
Open

func NewCleanup() *Cleanup {
Severity: Minor
Found in runner/cleanup.go by golint

exported type Cleanup should have comment or be unexported
Open

type Cleanup struct {
Severity: Minor
Found in runner/cleanup.go by golint

exported method Cleanup.Register should have comment or be unexported
Open

func (c *Cleanup) Register(f func()) {
Severity: Minor
Found in runner/cleanup.go by golint

exported method Cleanup.Cleanup should have comment or be unexported
Open

func (c *Cleanup) Cleanup() {
Severity: Minor
Found in runner/cleanup.go by golint

There are no issues that match your filters.

Category
Status