tandrewnichols/grunt-md

View on GitHub

Showing 2 of 2 total issues

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

module.exports = function(grunt) {
  grunt.loadNpmTasks('grunt-contrib-jshint');
  grunt.loadNpmTasks('grunt-mocha-test');
  grunt.loadNpmTasks('grunt-mocha-cov');
  grunt.loadNpmTasks('grunt-travis-matrix');
Severity: Major
Found in Gruntfile.js - About 6 hrs to fix

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

    module.exports = function(grunt) {
      grunt.registerMultiTask('md', 'Compile markdown files with yml view context into html', function() {
        var done = this.async();
        var options = this.options({
          mm: {}
    Severity: Major
    Found in tasks/md.js - About 2 hrs to fix
      Severity
      Category
      Status
      Source
      Language