pedroMMM/goss

View on GitHub

Showing 439 of 439 total issues

exported function NewDefKernelParam should have comment or be unexported
Open

func NewDefKernelParam(key string, system *System, config util.Config) KernelParam {
Severity: Minor
Found in system/kernel_param.go by golint

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

func (k *DefKernelParam) ID() string {
Severity: Minor
Found in system/kernel_param.go by golint

exported function NewNullPackage should have comment or be unexported
Open

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

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

func (p *NullPackage) Name() string { return p.name }
Severity: Minor
Found in system/package.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 DefProcess.Pids should have comment or be unexported
Open

func (p *DefProcess) Pids() ([]int, error) {
Severity: Minor
Found in system/process.go by golint

exported function GetProcs should have comment or be unexported
Open

func GetProcs() (map[string][]ps.Process, error) {
Severity: Minor
Found in system/process.go by golint

exported type ServiceInit should have comment or be unexported
Open

type ServiceInit struct {
Severity: Minor
Found in system/service_init.go by golint

exported method ServiceInit.Service should have comment or be unexported
Open

func (s *ServiceInit) Service() string {
Severity: Minor
Found in system/service_init.go by golint

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

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

exported method DefUser.Shell should have comment or be unexported
Open

func (u *DefUser) Shell() (string, error) {
Severity: Minor
Found in system/user.go by golint

exported function IsValueInList should have comment or be unexported
Open

func IsValueInList(value string, list []string) bool {
Severity: Minor
Found in util/config.go by golint

exported method DefGroup.Groupname should have comment or be unexported
Open

func (u *DefGroup) Groupname() string {
Severity: Minor
Found in system/group.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 AlpinePackage should have comment or be unexported
Open

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

exported method DefProcess.Executable should have comment or be unexported
Open

func (p *DefProcess) Executable() string {
Severity: Minor
Found in system/process.go by golint

exported method ServiceInit.Running should have comment or be unexported
Open

func (s *ServiceInit) Running() (bool, error) {
Severity: Minor
Found in system/service_init.go by golint

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

func (s *ServiceSystemd) Service() string {
Severity: Minor
Found in system/service_systemd.go by golint

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

func (s *System) ProcMap() (map[string][]ps.Process, error) {
Severity: Minor
Found in system/system.go by golint
Severity
Category
Status
Source
Language