evalphobia/bobo-experiment

View on GitHub

Showing 79 of 79 total issues

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

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

exported type MergeCommand should have comment or be unexported
Open

type MergeCommand struct {

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

type OpenAIGPTCommand struct {

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

func (CostCommandByCostExplorer) HasHelp() bool {

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

func (s DynamoDBCommand) Exec(d command.CommandData) {

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

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

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

func (*MergeCommand) HasHelp() bool {

exported type Datapoint should have comment or be unexported
Open

type Datapoint struct {
Severity: Minor
Found in experiment/aws/cloudwatch.go by golint

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

func (DynamoDBCommand) GetMentionCommand() string {

exported type MergeTargetCommand should have comment or be unexported
Open

type MergeTargetCommand struct {

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.

exported type RoomCommand should have comment or be unexported
Open

type RoomCommand struct {

exported type CostCommandByCostExplorer should have comment or be unexported
Open

type CostCommandByCostExplorer struct {

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

func (a CostCommandByCostExplorer) Exec(d command.CommandData) {

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

func (*MergeCommand) GetHelp() string {

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

func (m *MergeTargetCommand) GetHelp() string {

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

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

exported type RoomEvent should have comment or be unexported
Open

type RoomEvent struct {
Severity
Category
Status
Source
Language