adobe/brackets

View on GitHub
src/extensions/default/InlineTimingFunctionEditor/main.js

Summary

Maintainability
A
1 hr
Test Coverage

Function prepareEditorForProvider has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function prepareEditorForProvider(hostEditor, pos) {
        var cursorLine, sel, startPos, endPos, startBookmark, endBookmark, currentMatch,
            cm = hostEditor._codeMirror;

        sel = hostEditor.getSelection();
Severity: Minor
Found in src/extensions/default/InlineTimingFunctionEditor/main.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status