adobe/brackets

View on GitHub
src/view/ThemeSettings.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function showDialog has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function showDialog() {
        var currentSettings = getValues();
        var newSettings     = {};
        var themes          = _.map(loadedThemes, function (theme) { return theme; });
        var template        = $("<div>").append($settings).html();
Severity: Major
Found in src/view/ThemeSettings.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status