A11yWatch/a11ywatch-core

View on GitHub
src/core/utils/multi-site.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function crawlMultiSiteWithEvent has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const crawlMultiSiteWithEvent = (
  props: CrawlParams
): Promise<CrawlMultiSite> => {
  const { url, userId, subdomains, tld, agent, proxy } = props;

Severity: Minor
Found in src/core/utils/multi-site.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status