pedroMMM/goss

View on GitHub
system/kernel_param.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type KernelParam should have comment or be unexported
Open

type KernelParam interface {
Severity: Minor
Found in system/kernel_param.go by golint

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

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

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 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 type DefKernelParam should have comment or be unexported
Open

type DefKernelParam struct {
Severity: Minor
Found in system/kernel_param.go by golint

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

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

There are no issues that match your filters.

Category
Status