pedroMMM/goss

View on GitHub
system/group.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type DefGroup should have comment or be unexported
Open

type DefGroup struct {
Severity: Minor
Found in system/group.go by golint

exported type Group should have comment or be unexported
Open

type Group interface {
Severity: Minor
Found in system/group.go by golint

exported function NewDefGroup should have comment or be unexported
Open

func NewDefGroup(groupname string, system *System, config util.Config) Group {
Severity: Minor
Found in system/group.go by golint

exported method DefGroup.Groupname should have comment or be unexported
Open

func (u *DefGroup) Groupname() string {
Severity: Minor
Found in system/group.go by golint

exported method DefGroup.GID should have comment or be unexported
Open

func (u *DefGroup) GID() (int, error) {
Severity: Minor
Found in system/group.go by golint

exported method DefGroup.Exists should have comment or be unexported
Open

func (u *DefGroup) Exists() (bool, error) {
Severity: Minor
Found in system/group.go by golint

There are no issues that match your filters.

Category
Status