Snugug/eq.js

View on GitHub
tasks/dist.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status