marcells/node-build-monitor

View on GitHub
app/requests.js

Summary

Maintainability
A
1 hr
Test Coverage

Function makeRequest has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  makeRequest: function (opts, callback) {
    if (opts.authentication && opts.authentication.trim() === 'ntlm') {
      ntlm.get({
        url: opts.url,
        username: opts.username,
Severity: Minor
Found in app/requests.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status