pedroMMM/goss

View on GitHub
system/package_rpm.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

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

func (p *RpmPackage) Exists() (bool, error) { return p.Installed() }
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 type RpmPackage should have comment or be unexported
Open

type RpmPackage struct {
Severity: Minor
Found in system/package_rpm.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

There are no issues that match your filters.

Category
Status