terinjokes/gulp-uglify

View on GitHub

Showing 1 of 1 total issue

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

module.exports = function(uglify, log) {
  function setup(opts) {
    if (opts && !isObject(opts)) {
      log.warn('gulp-uglify expects an object, non-object provided');
      opts = {};
Severity: Major
Found in lib/minify.js - About 2 hrs to fix
    Severity
    Category
    Status
    Source
    Language