Mirantis/virtlet

View on GitHub
pkg/utils/testing/runprocess.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method TestCommand.Pid should have comment or be unexported
Open

func (tc *TestCommand) Pid() int {
Severity: Minor
Found in pkg/utils/testing/runprocess.go by golint

exported type TestCommand should have comment or be unexported
Open

type TestCommand struct {
Severity: Minor
Found in pkg/utils/testing/runprocess.go by golint

exported method TestCommand.Stop should have comment or be unexported
Open

func (tc *TestCommand) Stop() {
Severity: Minor
Found in pkg/utils/testing/runprocess.go by golint

There are no issues that match your filters.

Category
Status