Wilfred/metawiki

View on GitHub
src/backend/serve-controllers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function serve has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function serve(request, response, next) {
  var urlPath = request.params[0];

  models.Resource.findOne(
    {
Severity: Minor
Found in src/backend/serve-controllers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status