tandrewnichols/task-master

View on GitHub
lib/builder.js

Summary

Maintainability
A
1 hr
Test Coverage

Function buildConfig has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.buildConfig = function(root, options, grunt) {
  var config = {};
  // Assign context keys directly to config
  for (var k in (options.context || {})) {
    config[k] = options.context[k];
Severity: Minor
Found in lib/builder.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status