PruvoNet/squiss-ts

View on GitHub

Showing 2 of 22 total issues

File Squiss.ts has 654 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import {EventEmitter} from 'events';
import {Message} from './Message';
import {ITimeoutExtenderOptions, TimeoutExtender} from './TimeoutExtender';
import {createMessageAttributes, IMessageAttributes} from './attributeUtils';
import {isString} from 'ts-type-guards';
Severity: Major
Found in src/Squiss.ts - About 1 day to fix

    Squiss has 38 functions (exceeds 20 allowed). Consider refactoring.
    Open

    export class Squiss extends (EventEmitter as new() => SquissEmitter) {
    
        public get inFlight(): number {
            return this._inFlight;
        }
    Severity: Minor
    Found in src/Squiss.ts - About 5 hrs to fix
      Severity
      Category
      Status
      Source
      Language