pedroMMM/goss

View on GitHub

Showing 439 of 439 total issues

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

func (u *DefHTTP) ID() string {
Severity: Minor
Found in system/http.go by golint

exported method DefInterface.MTU should have comment or be unexported
Open

func (i *DefInterface) MTU() (int, error) {
Severity: Minor
Found in system/interface.go by golint

exported type Mount should have comment or be unexported
Open

type Mount interface {
Severity: Minor
Found in system/mount.go by golint

exported function NewRpmPackage should have comment or be unexported
Open

func NewRpmPackage(name string, system *System, config util.Config) Package {
Severity: Minor
Found in system/package_rpm.go by golint

exported method RpmPackage.Name should have comment or be unexported
Open

func (p *RpmPackage) Name() string {
Severity: Minor
Found in system/package_rpm.go by golint

exported method ServiceSystemd.Enabled should have comment or be unexported
Open

func (s *ServiceSystemd) Enabled() (bool, error) {
Severity: Minor
Found in system/service_systemd.go by golint

exported method System.Ports should have comment or be unexported
Open

func (s *System) Ports() map[string][]GOnetstat.Process {
Severity: Minor
Found in system/system.go by golint

exported function NewDefUser should have comment or be unexported
Open

func NewDefUser(username string, system *System, config util.Config) User {
Severity: Minor
Found in system/user.go by golint

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

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

exported method DefHTTP.Headers should have comment or be unexported
Open

func (u *DefHTTP) Headers() (io.Reader, error) {
Severity: Minor
Found in system/http.go by golint

exported type Interface should have comment or be unexported
Open

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

exported type DefInterface should have comment or be unexported
Open

type DefInterface struct {
Severity: Minor
Found in system/interface.go by golint

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

func (i *DefInterface) Exists() (bool, error) {
Severity: Minor
Found in system/interface.go by golint

exported type DefKernelParam should have comment or be unexported
Open

type DefKernelParam struct {
Severity: Minor
Found in system/kernel_param.go by golint

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

func (p *AlpinePackage) Exists() (bool, error) { return p.Installed() }
Severity: Minor
Found in system/package_alpine.go by golint

exported method AlpinePackage.Versions should have comment or be unexported
Open

func (p *AlpinePackage) Versions() ([]string, error) {
Severity: Minor
Found in system/package_alpine.go by golint

exported method PacmanPackage.Name should have comment or be unexported
Open

func (p *PacmanPackage) Name() string {
Severity: Minor
Found in system/package_pacman.go by golint

exported method RpmPackage.Installed should have comment or be unexported
Open

func (p *RpmPackage) Installed() (bool, error) {
Severity: Minor
Found in system/package_rpm.go by golint

exported function NewDefPort should have comment or be unexported
Open

func NewDefPort(port string, system *System, config util.Config) Port {
Severity: Minor
Found in system/port.go by golint

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

// FIXME: Is there a better way to do this rather than ignoring errors?
Severity: Minor
Found in system/port.go by golint
Severity
Category
Status
Source
Language