linagora/openpaas-esn

View on GitHub
backend/core/esn-config/validator/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function validate has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function validate(moduleName, configName, value) {
  const module = registry.getFromModule(moduleName);

  if (!module) {
    return q({
Severity: Minor
Found in backend/core/esn-config/validator/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status