NateFerrero/amna

View on GitHub
src/lib/$express.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function exports has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (amna, log) {
    var app = express();
    app.use(bodyParser.urlencoded({ extended: true }));
    app.use(bodyParser.json());
    app.use(methodOverride('_method'));
Severity: Major
Found in src/lib/$express.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status