robotty/dank-twitch-irc

View on GitHub
lib/client/connection.ts

Summary

Maintainability
A
1 hr
Test Coverage
B
87%

Function constructor has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public constructor(configuration?: ClientConfiguration) {
    super(configuration);

    this.on("error", (e) => {
      if (anyCauseInstanceof(e, ConnectionError)) {
Severity: Minor
Found in lib/client/connection.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status