command/command__data.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method CommandData.GetRegexpList should have comment or be unexported
Open

func (d CommandData) GetRegexpList() []CommandTemplate {
Severity: Minor
Found in command/command__data.go by golint

exported method CommandData.HasMyMention should have comment or be unexported
Open

func (d CommandData) HasMyMention() bool {
Severity: Minor
Found in command/command__data.go by golint

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

type CommandData struct {
Severity: Minor
Found in command/command__data.go by golint

exported method CommandData.GetMentionMap should have comment or be unexported
Open

func (d CommandData) GetMentionMap() map[string]CommandTemplate {
Severity: Minor
Found in command/command__data.go by golint

There are no issues that match your filters.

Category
Status