arey/angular-musicbrainz

View on GitHub
Gruntfile.js

Summary

Maintainability
D
1 day
Test Coverage

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

module.exports = function (grunt) {
    require('load-grunt-tasks')(grunt);
    require('time-grunt')(grunt);

    // configurable paths
Severity: Major
Found in Gruntfile.js - About 1 day to fix

    File Gruntfile.js has 305 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    'use strict';
    
    var LIVERELOAD_PORT = 35730;
    var lrSnippet = require('connect-livereload')({ port: LIVERELOAD_PORT });
    var mountFolder = function (connect, dir) {
    Severity: Minor
    Found in Gruntfile.js - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status