Showing 2 of 2 total issues
Function define
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function define(pattern, options) {
var args = argx(arguments);
options = objnest.expand(args.pop('object') || {});
/** file encoding */
Function task
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function task(context, callback) {
var logger = context.logger,
verbose = context.verbose;
async.waterfall([