evalphobia/bobo-experiment

View on GitHub

Showing 79 of 79 total issues

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

func (CostCommandByCostExplorer) HasHelp() bool {

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

func (SQSCommand) GetHelp() string {

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

func (*MergeTargetCommand) HasHelp() bool {

exported type RoomEvents should have comment or be unexported
Open

type RoomEvents []RoomEvent

exported function CommaNumber should have comment or be unexported
Open

func CommaNumber(n int) string {
Severity: Minor
Found in i18n/lang.go by golint

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

func (*MergeCommand) HasHelp() bool {

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

func (*MergeCommand) GetRegexp() *regexp.Regexp {

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

func (m *MergeTargetCommand) Exec(d command.CommandData) {

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

func (RoomCommand) HasHelp() bool {

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

func (SQSCommand) GetMentionCommand() string {

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

func (*MergeCommand) GetHelp() string {

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

func (m *MergeTargetCommand) GetMentionCommand() string {

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

func (m *MergeTargetCommand) GetHelp() string {

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

func (RoomCommand) GetRegexp() *regexp.Regexp {

2: cannot find package "github.com/eure/bobo" in any of:
Open

    "github.com/eure/bobo"
Severity: Minor
Found in cmd/main.go by govet

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

func (CostCommandByCloudWatch) GetHelp() string {

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

func (DynamoDBCommand) GetHelp() string {

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

func (SQSCommand) HasHelp() bool {

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

func (*MergeCommand) GetMentionCommand() string {

comment on exported var CalendarCommand should be of the form "CalendarCommand ..."
Open

// To use Calendar Command, you should setup, (1) Credentials for Google API (2) OAuth Token for Calendar.
Severity
Category
Status
Source
Language