pedroMMM/goss

View on GitHub
system/command.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type DefCommand should have comment or be unexported
Open

type DefCommand struct {
Severity: Minor
Found in system/command.go by golint

exported function NewDefCommand should have comment or be unexported
Open

func NewDefCommand(command string, system *System, config util.Config) Command {
Severity: Minor
Found in system/command.go by golint

exported method DefCommand.Stdout should have comment or be unexported
Open

func (c *DefCommand) Stdout() (io.Reader, error) {
Severity: Minor
Found in system/command.go by golint

comment on exported method DefCommand.Exists should be of the form "Exists ..."
Open

// Stub out
Severity: Minor
Found in system/command.go by golint

exported method DefCommand.Stderr should have comment or be unexported
Open

func (c *DefCommand) Stderr() (io.Reader, error) {
Severity: Minor
Found in system/command.go by golint

exported method DefCommand.ExitStatus should have comment or be unexported
Open

func (c *DefCommand) ExitStatus() (int, error) {
Severity: Minor
Found in system/command.go by golint

exported type Command should have comment or be unexported
Open

type Command interface {
Severity: Minor
Found in system/command.go by golint

exported method DefCommand.Command should have comment or be unexported
Open

func (c *DefCommand) Command() string {
Severity: Minor
Found in system/command.go by golint

There are no issues that match your filters.

Category
Status