runner/container_list.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type ContainerLists should have comment or be unexported
Open

    ContainerLists struct {
Severity: Minor
Found in runner/container_list.go by golint

exported method ContainerList.Execute should have comment or be unexported
Open

func (l *ContainerList) Execute() {
Severity: Minor
Found in runner/container_list.go by golint

exported function NewContainerList should have comment or be unexported
Open

func NewContainerList(
Severity: Minor
Found in runner/container_list.go by golint

exported type ContainerList should have comment or be unexported
Open

    ContainerList struct {
Severity: Minor
Found in runner/container_list.go by golint

exported method ContainerList.Add should have comment or be unexported
Open

func (l *ContainerList) Add(containerName string) {
Severity: Minor
Found in runner/container_list.go by golint

exported method ContainerList.Remove should have comment or be unexported
Open

func (l *ContainerList) Remove(containerName string) {
Severity: Minor
Found in runner/container_list.go by golint

exported function NewContainerStopper should have comment or be unexported
Open

func NewContainerStopper(logger logging.Logger) *ContainerList {
Severity: Minor
Found in runner/container_list.go by golint

exported function NewNetworkDisconnector should have comment or be unexported
Open

func NewNetworkDisconnector(runID string, logger logging.Logger) *ContainerList {
Severity: Minor
Found in runner/container_list.go by golint

There are no issues that match your filters.

Category
Status