evalphobia/bobo-experiment

View on GitHub

Showing 79 of 79 total issues

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

func (RoomCommand) GetMentionCommand() string {

exported type Datapoints should have comment or be unexported
Open

type Datapoints []Datapoint
Severity: Minor
Found in experiment/aws/cloudwatch.go by golint

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

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

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

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

exported type MergeCommand should have comment or be unexported
Open

type MergeCommand struct {

exported type Datapoint should have comment or be unexported
Open

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

exported type DynamoDBCommand should have comment or be unexported
Open

type DynamoDBCommand struct {

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

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

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

func (RoomCommand) GetHelp() string {

exported var WhereCommand should have comment or be unexported
Open

var WhereCommand = command.BasicCommandTemplate{

exported method Datapoints.GetFirstValue should have comment or be unexported
Open

func (p Datapoints) GetFirstValue() float64 {
Severity: Minor
Found in experiment/aws/cloudwatch.go by golint

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

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

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

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

exported type RoomCommand should have comment or be unexported
Open

type RoomCommand struct {

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

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

exported type OpenAIGPTCommand should have comment or be unexported
Open

type OpenAIGPTCommand struct {

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

func (DynamoDBCommand) HasHelp() bool {

exported function Message should have comment or be unexported
Open

func Message(key string, args ...interface{}) string {
Severity: Minor
Found in i18n/lang.go by golint

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

func (CostCommandByCloudWatch) GetMentionCommand() string {

exported type SQSPurgeCommand should have comment or be unexported
Open

type SQSPurgeCommand struct {
Severity
Category
Status
Source
Language