denis-sokolov/portent

View on GitHub
src/util/get-files.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function(directories, extensions, opts){
    opts = opts || {};
    if (typeof directories === 'string')
        directories = [directories];
    return Promise.all(directories.map(function(directory){
Severity: Minor
Found in src/util/get-files.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status