jaredhanson/locomotive

View on GitHub
lib/underlay/express.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function(env) {
  env = env || process.env.NODE_ENV || 'development';
  var self = this
    , app = express();
  
Severity: Minor
Found in lib/underlay/express.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status