lib/common/datastore.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function init has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

datastore.init = function(callback) {
  //find out what datastores we have in config
  var stores = joola.config.get('store:datastore');
  if (!stores)
    return callback(null);
Severity: Major
Found in lib/common/datastore.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status