pedroMMM/goss

View on GitHub
system/package_alpine.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewAlpinePackage should have comment or be unexported
Open

func NewAlpinePackage(name string, system *System, config util.Config) Package {
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 type AlpinePackage should have comment or be unexported
Open

type AlpinePackage struct {
Severity: Minor
Found in system/package_alpine.go by golint

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

func (p *AlpinePackage) Installed() (bool, error) {
Severity: Minor
Found in system/package_alpine.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.Name should have comment or be unexported
Open

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

There are no issues that match your filters.

Category
Status