codeclimate/javascript-test-reporter

View on GitHub
http_client.js

Summary

Maintainability
A
1 hr
Test Coverage

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

var postJson = function(data, opts) {
  opts = opts || {};

  options.rejectUnauthorized = !opts.skip_certificate;

Severity: Minor
Found in http_client.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status