thegameofcode/cipherlayer

View on GitHub
src/routes_public/auth/session.js

Summary

Maintainability
A
35 mins
Test Coverage

Function exports has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

module.exports = function sessionRequest(deviceId, userId, method, userAgent, cbk) {
Severity: Minor
Found in src/routes_public/auth/session.js - About 35 mins to fix

    Definition for rule 'extra-rules/no-for-loops' was not found
    Open

    'use strict';
    Severity: Minor
    Found in src/routes_public/auth/session.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Definition for rule 'extra-rules/potential-point-free' was not found
    Open

    'use strict';
    Severity: Minor
    Found in src/routes_public/auth/session.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status