miyazakijunichi/apeman-task-js-beautify

View on GitHub

Showing 2 of 2 total issues

Function define has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function define(pattern, options) {
    var args = argx(arguments);
    options = objnest.expand(args.pop('object') || {});

    /** file encoding */
Severity: Minor
Found in lib/define.js - About 1 hr to fix

    Function task has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        function task(context, callback) {
            var logger = context.logger,
                verbose = context.verbose;
    
            async.waterfall([
    Severity: Minor
    Found in lib/define.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language