asdqwex/doplr

View on GitHub
bin/doplr.js

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

      if (typeof Doplr.Sweep.types[sweepType] === 'string') {
        sweepType = sweep.types[sweepType];
      }
Severity: Major
Found in bin/doplr.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

          if (Doplr.Sweep.types[sweepType] === undefined) {
            type = 'host';
            target = sweepType;
          } else {
            type = sweepType;
    Severity: Major
    Found in bin/doplr.js - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status