adobe/brackets

View on GitHub
src/JSUtils/Preferences.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    function settingsToRegExp(settings, baseRegExp, defaultRegExp) {
        var regExpString = "";

        if (settings instanceof Array && settings.length > 0) {

Severity: Minor
Found in src/JSUtils/Preferences.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status