awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Code Quality and Analysis · Awesome GitHub Repositories

22 repos

Awesome GitHub RepositoriesCode Quality and Analysis

Static analysis, linting, and formatting tools that enforce coding standards and identify potential bugs without executing code.

Explore 22 awesome GitHub repositories matching development tools & productivity · Code Quality and Analysis. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis

Awesome Code Quality and Analysis GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript
  • prettier/prettier

    prettier/prettier

    51,664GitHubView on GitHub↗

    Prettier is an opinionated code formatter that parses source code and reprints it from scratch to enforce a consistent, project-wide visual style. By transforming code into an abstract syntax tree and applying a recursive document printing process, it eliminates manual style debates and ensures that all source files ad

    JavaScriptangularastcss
Prev12Next

Explore sub-tags

  • Accessibility ComplianceTools that audit software interfaces to ensure they meet established standards for users with disabilities.
  • Automated Code FormattersTools that enforce consistent source code style and formatting across a codebase.
  • Autonomous Code ReviewersAutomated systems that analyze code changes to provide feedback on logic, security, and style without human intervention.
  • Code FormattersSoftware that enforces consistent visual structure and syntax formatting across a codebase.
Code Quality Standards
Frameworks that define the metrics and rules used to evaluate the maintainability and reliability of source code.
  • Code Refactoring ToolsTools that assist developers in restructuring existing code to improve readability or performance without changing its external behavior.
  • Codemod Migration ToolsUtilities that automate large-scale code refactoring or library migrations across an entire project using transformation scripts.
  • Linting EnginesTools that identify potential code quality issues, style violations, or platform-specific errors through automated rule-based analysis.
  • Quality GatesAutomated checkpoints that prevent code from being merged or deployed if it fails to meet predefined quality criteria.
  • Source Code LintersStatic analysis tools that check source code against specific programming rules to detect common coding errors.
  • Static Analysis PluginsExtensions that integrate static analysis capabilities into existing development environments or build pipelines.
  • Static Analysis Tools12 sub-tagsSoftware that inspects source code without execution to detect bugs, security vulnerabilities, and violations of coding standards.
  • Static Code AnalysisSoftware that inspects source code without executing it to detect bugs, security vulnerabilities, and deviations from coding standards.
  • Static Type CheckersCompilers or plugins that verify data types within source code to prevent runtime errors before the program executes.