Hypercubed/autocmdr

View on GitHub
lib/render.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = function (program) {
  'use strict';

  function _render (src, dst, context, done) {
    done = done || function (err) {
Severity: Minor
Found in lib/render.js - About 1 hr to fix

    Function _render has 30 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function _render (src, dst, context, done) {
        done = done || function (err) {
          if (err) {
            program.log.error(err);
          }
    Severity: Minor
    Found in lib/render.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status