silentrob/superscript

View on GitHub
src/bot/postParse.js

Summary

Maintainability
A
1 hr
Test Coverage

Function postParse has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const postParse = function postParse(regexp, message, user) {
  if (_.isNull(regexp)) {
    return null;
  }

Severity: Minor
Found in src/bot/postParse.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status