maclennann/hubot-chartroom

View on GitHub
src/chartroom.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = function (robot) {
    // Filter out graphs named <name> and save the results
    robot.respond(/forget graph (\w*)/i, function (msg) {
        var name = msg.match[1].trim(),
            graphs = brain.getGraphs(robot),
Severity: Major
Found in src/chartroom.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status