adobe/brackets

View on GitHub
src/extensions/default/MDNDocs/InlineDocsViewer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _onKeydown has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    InlineDocsViewer.prototype._onKeydown = function (event) {
        var keyCode  = event.keyCode,
            scroller = this.$scroller[0],
            scrollPos;

Severity: Minor
Found in src/extensions/default/MDNDocs/InlineDocsViewer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status