notduncansmith/summit

View on GitHub
lib/collection/forms.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getInput has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getInput (name, type) {
  var base = '<div class="form-group">'
    , $ = cheerio.load(base);

  switch (type) {
Severity: Minor
Found in lib/collection/forms.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status