brisket/brisket

View on GitHub
lib/server/ForwardClientRequest.js

Summary

Maintainability
A
1 hr
Test Coverage

Function toApi has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    toApi: function(apiConfig, apiAlias) {
        return function(req, res) {
            var options = {
                url: apiConfig.host + req.url,
                timeout: apiConfig.timeout || null
Severity: Minor
Found in lib/server/ForwardClientRequest.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status