kelsin/kapit

View on GitHub
lib/widgets.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function modal has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.modal = function(text, options) {
  return blessed.box(_.merge({
    padding: {
      left: 1,
      right: 1
Severity: Minor
Found in lib/widgets.js - About 1 hr to fix

    Function input has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    exports.input = function(text, options) {
      return blessed.Textbox(_.merge({
        padding: {
          left: 1,
          right: 1
    Severity: Minor
    Found in lib/widgets.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status