alexandre-normand/slackscot

View on GitHub
plugins/triggerer.go

Summary

Maintainability
A
0 mins
Test Coverage
A
97%

Function NewTriggerer has 57 lines of code (exceeds 50 allowed). Consider refactoring.
Wontfix

func NewTriggerer(storer store.GlobalSiloStringStorer) (p *slackscot.Plugin) {
    t := new(Triggerer)
    t.triggerStorer = storer
    t.triggerRegexes = make(map[string]*regexp.Regexp)

Severity: Minor
Found in plugins/triggerer.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status