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

2 repos

Awesome GitHub RepositoriesCode Quality Tools

Tools that enforce coding standards, format source code, and perform static analysis to maintain high software quality.

Explore 2 awesome GitHub repositories matching testing & quality assurance · Code Quality Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. Code Quality and Review
  4. Code Quality Tools

Awesome Code Quality Tools GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • fffaraz/awesome-cpp

    fffaraz/awesome-cpp

    69,832GitHubView on GitHub↗

    This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the languag

    awesomeawesome-listc
  • 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

Explore sub-tags

  • Code FormattersTools that automatically rewrite source code to adhere to defined style guidelines.
  • Continuous Integration Quality ControlsAutomated pipeline checks for code style and formatting compliance.
  • Formatting CheckersTools that programmatically verify if source code adheres to defined formatting rules without applying changes.
  • Formatting and Linting PipelinesMechanisms for chaining code formatting and linting operations into unified execution workflows.
Static Code Analysis ToolsSoftware that examines source code without executing it to identify potential bugs, vulnerabilities, and style violations.