jakearchibald/tweetdeck-prototype

View on GitHub
server/tweetdeck-proxy.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = http.createServer(function (request, response) {
  var data = {
    method: request.method,
    host: TD.host,
    port: TD.port,
Severity: Minor
Found in server/tweetdeck-proxy.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status