crawlkit/crawlkit

View on GitHub
src/worker/steps/setPageSettings.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = (scope, logger, crawlerInstance) => {
  const phantomPageSettings = crawlerInstance.phantomPageSettings;
  const followRedirects = crawlerInstance.followRedirects;

  return (done) => {
Severity: Minor
Found in src/worker/steps/setPageSettings.js - About 1 hr to fix

    TODO found
    Open

          // TODO: fix - enabling the next line currently stalls PhantomJS
    Severity: Minor
    Found in src/worker/steps/setPageSettings.js by fixme

    There are no issues that match your filters.

    Category
    Status