evalphobia/bobo-experiment

View on GitHub

Showing 79 of 79 total issues

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

func (t *OpenAIGPTCommand) GetMentionCommand() string {

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

func (CostCommandByCostExplorer) GetHelp() 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 type SQSCommand should have comment or be unexported
Open

type SQSCommand struct {

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

func (s *SQSPurgeCommand) Exec(d command.CommandData) {

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

func (t *OpenAIGPTCommand) Exec(d command.CommandData) {

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

func (*MergeCommand) GetMentionCommand() string {

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

func (m *MergeTargetCommand) GetMentionCommand() string {

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

func (*MergeTargetCommand) HasHelp() bool {

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

func (RoomCommand) HasHelp() bool {

exported function NewDatapoints should have comment or be unexported
Open

func NewDatapoints(input cloudwatch.MetricStatisticsInput, list []cloudwatch.Datapoint) Datapoints {
Severity: Minor
Found in experiment/aws/cloudwatch.go by golint

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 CostCommandByCloudWatch.GetHelp should have comment or be unexported
Open

func (CostCommandByCloudWatch) GetHelp() string {

exported type DynamoDBCommand should have comment or be unexported
Open

type DynamoDBCommand struct {

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

func (DynamoDBCommand) HasHelp() bool {

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

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

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

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

exported var WhereCommand should have comment or be unexported
Open

var WhereCommand = command.BasicCommandTemplate{

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

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

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

func (CostCommandByCostExplorer) GetRegexp() *regexp.Regexp {
Severity
Category
Status
Source
Language