config.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method Config.GetLogger should have comment or be unexported
Open

func (c Config) GetLogger() log.Logger {
Severity: Minor
Found in config.go by golint

exported method Config.GetMaxRunningCommands should have comment or be unexported
Open

func (c Config) GetMaxRunningCommands() int {
Severity: Minor
Found in config.go by golint

exported method Config.GetCommandSet should have comment or be unexported
Open

func (c Config) GetCommandSet() *command.CommandSet {
Severity: Minor
Found in config.go by golint

exported method Config.GetSlackToken should have comment or be unexported
Open

func (c Config) GetSlackToken() string {
Severity: Minor
Found in config.go by golint

There are no issues that match your filters.

Category
Status