Modernizr/Modernizr

View on GitHub
lib/build-query.js

Summary

Maintainability
A
1 hr
Test Coverage

Function generateBuildQuery has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  return function generateBuildQuery(config) {
    // Format:
    // ?-<prop1>-<prop2>-…-<propN>-<option1>-<option2>-…<optionN>[-dontmin][-cssclassprefix:<prefix>]
    // where prop1…N and option1…N are sorted alphabetically (for consistency)
    var dontmin = !config.minify;
Severity: Minor
Found in lib/build-query.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status