guidesmiths/rascal

View on GitHub

Showing 22 of 22 total issues

Avoid too many return statements within this function.
Open

    if (message.__rascal_acknowledged) return next(new Error('ackOrNack should only be called once per message'));
Severity: Major
Found in lib/amqp/Subscription.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        if (arguments.length === 4) return ackOrNack(session, message, err, options, emitOnError.bind(null, session));
    Severity: Major
    Found in lib/amqp/Subscription.js - About 30 mins to fix
      Severity
      Category
      Status
      Source
      Language