robotty/dank-twitch-irc

View on GitHub
lib/operations/join-all.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function joinAll has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function joinAll(
  conn: SingleConnection,
  channelNames: string[]
): Promise<Record<string, Error | undefined>> {
  // e.g. "JOIN #firstchannel,#secondchannel,#thirdchannel"
Severity: Minor
Found in lib/operations/join-all.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status