keymetrics/pm2-io-agent-node

View on GitHub
src/utils/http.js

Summary

Maintainability
A
1 hr
Test Coverage

Function open has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static open (opts, cb) {
    const http = this.getModule(opts.url)
    const parsedUrl = url.parse(opts.url)
    let data = null
    const options = {
Severity: Minor
Found in src/utils/http.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status