pedroMMM/goss

View on GitHub

Showing 439 of 439 total issues

exported function NewUser should have comment or be unexported
Open

func NewUser(sysUser system.User, config util.Config) (*User, error) {
Severity: Minor
Found in resource/user.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 type DefDNS should have comment or be unexported
Open

type DefDNS struct {
Severity: Minor
Found in system/dns.go by golint

exported type DefFile should have comment or be unexported
Open

type DefFile struct {
Severity: Minor
Found in system/file.go by golint

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

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

exported method ResourceTypeMap.AppendSysResource should have comment or be unexported
Open

func (r ResourceTypeMap) AppendSysResource(sr string, sys *system.System, config util.Config) (*ResourceType, error) {
Severity: Minor
Found in resource/resource_list_genny.go by golint

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

func (s *Service) SetID(id string) { s.Service = id }
Severity: Minor
Found in resource/service.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 DefFile.Group should have comment or be unexported
Open

func (f *DefFile) Group() (string, error) {
Severity: Minor
Found in system/file.go by golint

exported type DefGossfile should have comment or be unexported
Open

type DefGossfile struct {
Severity: Minor
Found in system/gossfile.go by golint

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

// Stub out
Severity: Minor
Found in system/gossfile.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

comment on exported method KernelParam.GetTitle should be of the form "GetTitle ..."
Open

// FIXME: Can this be refactored?
Severity: Minor
Found in resource/kernel_param.go by golint

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

func (r *KernelParam) GetMeta() meta    { return r.Meta }
Severity: Minor
Found in resource/kernel_param.go by golint

exported function NewPackage should have comment or be unexported
Open

func NewPackage(sysPackage system.Package, config util.Config) (*Package, error) {
Severity: Minor
Found in resource/package.go by golint

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

func (p *Port) GetTitle() string { return p.Title }
Severity: Minor
Found in resource/port.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 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
Severity
Category
Status
Source
Language