adobe/brackets

View on GitHub
src/search/ScrollTrackMarkers.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    function setVisible(curEditor, visible) {
        // short-circuit no-ops
        if ((visible && curEditor === editor) || (!visible && !editor)) {
            return;
        }
Severity: Minor
Found in src/search/ScrollTrackMarkers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status