guidesmiths/rascal

View on GitHub

Showing 22 of 22 total issues

Avoid too many return statements within this function.
Open

    if (options && options.all) return session._ackAll(message, next);
Severity: Major
Found in lib/amqp/Subscription.js - About 30 mins to fix

    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
      Severity
      Category
      Status
      Source
      Language