dwyl/hapi-auth-github

View on GitHub
lib/http_request.js

Summary

Maintainability
A
1 hr
Test Coverage

Function request has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function request (options, callback) {
  var file = __filename;
  var msg = 'http.request requires valid http request options';
  var req; // http request defined below

Severity: Minor
Found in lib/http_request.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status