renyard/validity

View on GitHub
src/background/nu.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function validity has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var validity = (function(validity) {
    "use strict";
    var nu = {};

    // Public Methods
Severity: Minor
Found in src/background/nu.js - About 1 hr to fix

    Function parseResponse has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        nu.parseResponse = function(response) {
            var data = JSON.parse(response),
                errors = 0,
                warnings = 0,
                infos = 0,
    Severity: Minor
    Found in src/background/nu.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status