a-miyashita/gulp-custom-filter

View on GitHub

Showing 1 of 7 total issues

Function ignore has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function ignore(filename) {
    assertIsString(filename, 'ignore', 'filename');
    var ignoreFilter = null;
    var error = null;
    var queue = [];
Severity: Minor
Found in lib/pattern-filters.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language