amcgee/remjs

View on GitHub
lib/core.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createRouter has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

REM.prototype.createRouter = function() {
    var router = express.Router();

    router.use( function(req, res, next) {
        req.rem = {};
Severity: Minor
Found in lib/core.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status