Snugug/eq.js

View on GitHub

Showing 3 of 7 total issues

Function nodeWrites has 77 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  EQjs.prototype.nodeWrites = function (n) {
    var nodes = n,
        i,
        j,
        k,
Severity: Major
Found in build/eq.js - About 3 hrs to fix

    Function query has 53 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      EQjs.prototype.query = function (n, callback) {
        var nodes = n,
            proto = Object.getPrototypeOf(eqjs),
            length,
            widths,
    Severity: Major
    Found in build/eq.js - About 2 hrs to fix

      Function exports has 51 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      module.exports = function (gulp, distPaths, outPath) {
        // Run once
        gulp.task('dist:core', function () {
          distPaths = distPaths || toDist;
          outPath = outPath || placeDist;
      Severity: Major
      Found in tasks/dist.js - About 2 hrs to fix
        Severity
        Category
        Status
        Source
        Language