hitmands/gulp-sass-pedigree

View on GitHub
src/DependenciesGraph.js

Summary

Maintainability
A
1 hr
Test Coverage

Function updateKeys has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  updateKeys(files, dirs, importer) {

    return files
      .reduce((res, filename) => {
        for(let i = 0; i < dirs.length; i++) {
Severity: Minor
Found in src/DependenciesGraph.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status