pedroMMM/goss

View on GitHub

Showing 439 of 439 total issues

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

func (c *Command) GetMeta() meta    { return c.Meta }
Severity: Minor
Found in resource/command.go by golint

exported function NewDNS should have comment or be unexported
Open

func NewDNS(sysDNS system.DNS, config util.Config) (*DNS, error) {
Severity: Minor
Found in resource/dns.go by golint

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

func (f *File) Validate(sys *system.System) []TestResult {
Severity: Minor
Found in resource/file.go by golint

exported function AutoAddResource should have comment or be unexported
Open

func AutoAddResource(fileName string, gossConfig GossConfig, key string, sys *system.System) error {
Severity: Minor
Found in add.go by golint

exported function BeSemverConstraint should have comment or be unexported
Open

func BeSemverConstraint(constraint interface{}) types.GomegaMatcher {
Severity: Minor
Found in matchers/semver_constraint.go by golint

exported method BeSemverConstraintMatcher.Match should have comment or be unexported
Open

func (matcher *BeSemverConstraintMatcher) Match(actual interface{}) (success bool, err error) {
Severity: Minor
Found in matchers/semver_constraint.go by golint

exported type JUnit should have comment or be unexported
Open

type JUnit struct{}
Severity: Minor
Found in outputs/junit.go by golint

exported function FormatOptions should have comment or be unexported
Open

func FormatOptions() []string {
Severity: Minor
Found in outputs/outputs.go by golint

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

func (a *Addr) SetID(id string) { a.Address = id }
Severity: Minor
Found in resource/addr.go by golint

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 method HTTP.ID should have comment or be unexported
Open

func (u *HTTP) ID() string      { return u.HTTP }
Severity: Minor
Found in resource/http.go by golint

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

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

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

func (d *DNS) Validate(sys *system.System) []TestResult {
Severity: Minor
Found in resource/dns.go by golint

exported type File should have comment or be unexported
Open

type File struct {
Severity: Minor
Found in resource/file.go by golint

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

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

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

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

comment on exported function AutoAddResources should be of the form "AutoAddResources ..."
Open

// Simple wrapper to add multiple resources
Severity: Minor
Found in add.go by golint

exported type BeSemverConstraintMatcher should have comment or be unexported
Open

type BeSemverConstraintMatcher struct {
Severity: Minor
Found in matchers/semver_constraint.go by golint

exported type Tap should have comment or be unexported
Open

type Tap struct{}
Severity: Minor
Found in outputs/tap.go by golint

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

func (r *Addr) GetMeta() meta    { return r.Meta }
Severity: Minor
Found in resource/addr.go by golint
Severity
Category
Status
Source
Language