heshoots/discordbot

View on GitHub
pkg/events/events.go

Summary

Maintainability
A
35 mins
Test Coverage

Function GetLanesEvents has 5 return statements (exceeds 4 allowed).
Open

func GetLanesEvents() ([]*Event, error) {
    var events []*Event
    urls, err := getPages()
    if err != nil {
        return nil, err
Severity: Major
Found in pkg/events/events.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status