pedroMMM/goss

View on GitHub
resource/group.go

Summary

Maintainability
A
0 mins
Test Coverage

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

func (g *Group) SetID(id string) { g.Groupname = id }
Severity: Minor
Found in resource/group.go by golint

exported type Group should have comment or be unexported
Open

type Group struct {
Severity: Minor
Found in resource/group.go by golint

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

func (g *Group) GetTitle() string { return g.Title }
Severity: Minor
Found in resource/group.go by golint

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

func (g *Group) ID() string      { return g.Groupname }
Severity: Minor
Found in resource/group.go by golint

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

func (g *Group) Validate(sys *system.System) []TestResult {
Severity: Minor
Found in resource/group.go by golint

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

func (g *Group) GetMeta() meta    { return g.Meta }
Severity: Minor
Found in resource/group.go by golint

exported function NewGroup should have comment or be unexported
Open

func NewGroup(sysGroup system.Group, config util.Config) (*Group, error) {
Severity: Minor
Found in resource/group.go by golint

There are no issues that match your filters.

Category
Status