tandrewnichols/grunt-md

View on GitHub
tasks/md.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status