tmcw/notfoundbot

View on GitHub
src/query_ia.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
93%

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

export function queryIA(groups: LURLGroup[]): Promise<IAResults> {
  return new Promise((resolve, reject) => {
    function handleResponse(res: Http.IncomingMessage) {
      let body = "";
      res.setEncoding("utf8");
Severity: Minor
Found in src/query_ia.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status