etnbrd/flx-compiler

View on GitHub
test-set/gifsockets-server-master/server/app.js

Summary

Maintainability
A
1 hr
Test Coverage

Function bodyParser has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var bodyParser = function () {
    var getRawBody = require('raw-body');
    module.exports = function getRawBodyFn(limit) {
      return function saveBody(req, res, next) {
        getRawBody(/*msg._sign.*/req, {
Severity: Minor
Found in test-set/gifsockets-server-master/server/app.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status