rbeer/nodebb-plugin-smoothshorts

View on GitHub
lib/routes.js

Summary

Maintainability
A
1 hr
Test Coverage

Function renderAdmin has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function renderAdmin(req, res, next) {
  async.parallel({
    postCount: function(next) {
      db.sortedSetCard('posts:pid', next);
    },
Severity: Minor
Found in lib/routes.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status