etnbrd/flx-compiler

View on GitHub
test-set/node-slack-integrator-master/integrator.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Integrator has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Integrator(config) {
  var port = process.env.PORT || 3000,
      hookUrl = 'https://hooks.slack.com/services/' + config.hookPath;

  this.app = express();
Severity: Minor
Found in test-set/node-slack-integrator-master/integrator.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status