pedroMMM/goss

View on GitHub
system/package_pacman.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewPacmanPackage should have comment or be unexported
Open

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

exported type PacmanPackage should have comment or be unexported
Open

type PacmanPackage struct {
Severity: Minor
Found in system/package_pacman.go by golint

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

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

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

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

There are no issues that match your filters.

Category
Status