nymag/responsive-filenames

View on GitHub
lib/wrap-queries.js

Summary

Maintainability
A
1 hr
Test Coverage

Function wrap has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function wrap() {
  return map(function (contents, filename) {
    // ignore all non-css files. simply pass them through
    if (path.basename(filename).indexOf('.css') === -1) {
      return contents;
Severity: Minor
Found in lib/wrap-queries.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status