oddbit/sonosjs

View on GitHub
Gruntfile.js

Summary

Maintainability
B
5 hrs
Test Coverage

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

module.exports = function (grunt) {
    "use strict";

    var buildOptions = {
        debug: false
Severity: Major
Found in Gruntfile.js - About 4 hrs to fix

Function makeBuildConfig has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function makeBuildConfig() {
        return {
            options: {
                baseUrl: "./src",
                name: "almond",
Severity: Minor
Found in Gruntfile.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status