botwillacceptanything/botwillacceptanything

View on GitHub
lib/voting/templates.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

    module.exports = function (votingConfig) {
      var templates = {
        votePassComment: template.render('voting/votePassComment.md'),
        voteFailComment: template.render('voting/voteFailComment.md'),
        modifiedWarning: template.render('voting/modifiedWarning.md'),
Severity: Major
Found in lib/voting/templates.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status