weareopensource/Node

View on GitHub
lib/helpers/config.js

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 2 total issues

Function getGlobbedPaths has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const getGlobbedPaths = async (globPatterns, excludes) => {
// URL paths regex
/* eslint no-useless-escape:0 */
const urlRegex = /^(?:[a-z]+:)?\/\//i;
let output = [];
Severity: Minor
Found in lib/helpers/config.js - About 1 hr to fix

    Function getGlobbedPaths has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Wontfix

    const getGlobbedPaths = async (globPatterns, excludes) => {
    // URL paths regex
    /* eslint no-useless-escape:0 */
    const urlRegex = /^(?:[a-z]+:)?\/\//i;
    let output = [];
    Severity: Minor
    Found in lib/helpers/config.js - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status