pedroMMM/goss

View on GitHub

Showing 439 of 439 total issues

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

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

exported function New should have comment or be unexported
Open

func New(packageManager string) *System {
Severity: Minor
Found in system/system.go by golint

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

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

exported type User should have comment or be unexported
Open

type User interface {
Severity: Minor
Found in system/user.go by golint

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

func (u *DefUser) Exists() (bool, error) {
Severity: Minor
Found in system/user.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 type Config should have comment or be unexported
Open

type Config struct {
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 DefHTTP.Headers should have comment or be unexported
Open

func (u *DefHTTP) Headers() (io.Reader, error) {
Severity: Minor
Found in system/http.go by golint

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

func (k *DefKernelParam) Exists() (bool, error) {
Severity: Minor
Found in system/kernel_param.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

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 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

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

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

exported function NewServiceSystemd should have comment or be unexported
Open

func NewServiceSystemd(service string, system *System, config util.Config) Service {
Severity: Minor
Found in system/service_systemd.go by golint

exported type ServiceUpstart should have comment or be unexported
Open

type ServiceUpstart struct {
Severity: Minor
Found in system/service_upstart.go by golint

exported const JSON should have comment (or a comment on this block) or be unexported
Open

    JSON format = "json"
Severity: Minor
Found in util/config.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
Severity
Category
Status
Source
Language