AdityaSidharta/gombal

View on GitHub
pkg/handler.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Bot.HandleMessage has 52 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (bot *Bot) HandleMessage(inMessage Message, id string) {
    env, err := LoadEnv()
    if err != nil {
        logrus.Fatal(err)
    }
Severity: Minor
Found in pkg/handler.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status