ben-eb/grunt-available-tasks

View on GitHub
tasks/available_tasks.js

Summary

Maintainability
A
3 hrs
Test Coverage

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

module.exports = function (grunt) {
    grunt.registerMultiTask('availabletasks', 'List available Grunt tasks & targets.', function () {
        var output  = [],
            header  = '',
            options = this.options({
Severity: Major
Found in tasks/available_tasks.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status