command/command__template.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method BasicCommandTemplate.GetRegexp should have comment or be unexported
Open

func (c BasicCommandTemplate) GetRegexp() *regexp.Regexp {
Severity: Minor
Found in command/command__template.go by golint

exported method BasicCommandTemplate.GetHelp should have comment or be unexported
Open

func (c BasicCommandTemplate) GetHelp() string {
Severity: Minor
Found in command/command__template.go by golint

exported method BasicCommandTemplate.GetMentionCommand should have comment or be unexported
Open

func (c BasicCommandTemplate) GetMentionCommand() string {
Severity: Minor
Found in command/command__template.go by golint

exported method BasicCommandTemplate.HasHelp should have comment or be unexported
Open

func (c BasicCommandTemplate) HasHelp() bool {
Severity: Minor
Found in command/command__template.go by golint

type name will be used as command.CommandTemplate by other packages, and that stutters; consider calling this Template
Open

type CommandTemplate interface {
Severity: Minor
Found in command/command__template.go by golint

exported type CommandTemplate should have comment or be unexported
Open

type CommandTemplate interface {
Severity: Minor
Found in command/command__template.go by golint

exported method BasicCommandTemplate.Exec should have comment or be unexported
Open

func (c BasicCommandTemplate) Exec(d CommandData) {
Severity: Minor
Found in command/command__template.go by golint

There are no issues that match your filters.

Category
Status