pedroMMM/goss

View on GitHub
system/package_deb.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewDebPackage should have comment or be unexported
Open

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

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

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

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

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

exported type DebPackage should have comment or be unexported
Open

type DebPackage struct {
Severity: Minor
Found in system/package_deb.go by golint

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

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

There are no issues that match your filters.

Category
Status