rbeer/nodebb-plugin-smoothshorts

View on GitHub
lib/hashing.js

Summary

Maintainability
A
1 hr
Test Coverage

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

hashing.resolveHash = function(req, res, cb) {
  var hash = req.params.hash;

  async.parallel({
    isPost: function(next) {
Severity: Minor
Found in lib/hashing.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status