pedroMMM/goss

View on GitHub
resource/process.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method Process.GetMeta should have comment or be unexported
Open

func (p *Process) GetMeta() meta    { return p.Meta }
Severity: Minor
Found in resource/process.go by golint

exported method Process.GetTitle should have comment or be unexported
Open

func (p *Process) GetTitle() string { return p.Title }
Severity: Minor
Found in resource/process.go by golint

exported type Process should have comment or be unexported
Open

type Process struct {
Severity: Minor
Found in resource/process.go by golint

exported method Process.SetID should have comment or be unexported
Open

func (p *Process) SetID(id string) { p.Executable = id }
Severity: Minor
Found in resource/process.go by golint

exported method Process.Validate should have comment or be unexported
Open

func (p *Process) Validate(sys *system.System) []TestResult {
Severity: Minor
Found in resource/process.go by golint

exported method Process.ID should have comment or be unexported
Open

func (p *Process) ID() string      { return p.Executable }
Severity: Minor
Found in resource/process.go by golint

exported function NewProcess should have comment or be unexported
Open

func NewProcess(sysProcess system.Process, config util.Config) (*Process, error) {
Severity: Minor
Found in resource/process.go by golint

There are no issues that match your filters.

Category
Status