adobe/brackets

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

Summary

Maintainability
A
1 hr
Test Coverage

Function lintOneFile has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function lintOneFile(text, fullPath) {
        // If a line contains only whitespace (here spaces or tabs), remove the whitespace
        text = text.replace(/^[ \t]+$/gm, "");

        var options = prefs.get("options");
Severity: Minor
Found in src/extensions/default/JSLint/main.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status