2 Repos
Tools that automatically modify source code to resolve stylistic inconsistencies.
Distinct from Source Code Transformation Engines: Distinct from general Source Code Transformation Engines by focusing on aesthetic and stylistic corrections rather than compatibility patching.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Style Correction Engines. Refine with filters or upvote what's useful.
node-jscs ist ein Tool zur statischen Codeanalyse und ein JavaScript-Code-Style-Linter. Es fungiert als JavaScript-Code-Formatierer, der einen konsistenten Styleguide und Formatierungsregeln für den Quellcode durchsetzt. Das Projekt verwaltet Team-Codierungsstandards, indem es Quellcode anhand definierter Stilregeln prüft, um die visuelle Konsistenz zu wahren. Es bietet einen JavaScript-Linting-Workflow, der Stilverstöße identifiziert und eine automatisierte Code-Formatierung durchführt, um Inkonsistenzen zu beheben. Das System nutzt AST-basierte statische Analyse, um stilistische Regeln zu verifizieren, ohne den Code auszuführen. Es verwendet regelbasiertes Pattern-Matching und eine Visitor-Pattern-Baumtraversierung, um Formatierungsverstöße zu identifizieren, die dann durch automatische Quellcode-Transformation behoben werden.
Automatically modifies source code to correct formatting inconsistencies based on defined style rules.
Semistandard is a static analysis tool and automated code formatter designed to enforce consistent JavaScript syntax and formatting standards across a codebase. It functions as a linter that identifies deviations from established style rules and provides automated corrections to resolve formatting errors without manual intervention. The tool is distinguished by its specific focus on semicolon usage, ensuring that all statements adhere to a uniform syntax standard. It provides comprehensive style management by verifying code against predefined rules and blocking non-compliant submissions withi
Automatically corrects formatting errors to align code structure with established style guides.