42wim/matterbridge

View on GitHub
bridge/slack/slack.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Bslack.sendWebhook has 51 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (b *Bslack) sendWebhook(msg config.Message) error {
    // Skip events.
    if msg.Event != "" {
        return nil
    }
Severity: Minor
Found in bridge/slack/slack.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status