balderdashy/waterline

View on GitHub
lib/waterline/utils/system/transformer-builder.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function serializeCriteria has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Transformation.prototype.serializeCriteria = function(values) {
  var self = this;

  function recursiveParse(obj) {

Severity: Minor
Found in lib/waterline/utils/system/transformer-builder.js - About 2 hrs to fix

    Function recursiveParse has 45 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function recursiveParse(obj) {
    
        // Return if no object
        if (!obj) {
          return;
    Severity: Minor
    Found in lib/waterline/utils/system/transformer-builder.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status