adobe/brackets

View on GitHub
tasks/build.js

Summary

Maintainability
C
1 day
Test Coverage

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

module.exports = function (grunt) {
    var child_process   = require("child_process"),
        http            = require("http"),
        https           = require("https"),
        build           = {},
Severity: Major
Found in tasks/build.js - About 1 day to fix

    Function getGitInfo has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        function getGitInfo(cwd) {
            var opts = { cwd: cwd, maxBuffer: 1024 * 1024 },
                json = {};
    
            // count the number of commits for our version number
    Severity: Minor
    Found in tasks/build.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status