awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesContinuous Integration Quality Controls

Automated pipeline checks for code style and formatting compliance.

Explore 4 awesome GitHub repositories matching testing & quality assurance · Continuous Integration Quality Controls. Refine with filters or upvote what's useful.

Awesome Continuous Integration Quality Controls GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • prettier/prettierAvatar prettier

    prettier/prettier

    52,088Vezi pe 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 adhere to a unified appearance. The project is distinguished by its extensible, plugin-based architecture, which decouples language-specific parsing logic from the core engine. This modular design allows for uniform style enforcement across diverse programming languages and comple

    Validates code style compliance within automated pipelines to prevent unformatted code from entering the version control history.

    JavaScriptangularastcss
    Vezi pe GitHub↗52,088
  • php-cs-fixer/php-cs-fixerAvatar PHP-CS-Fixer

    PHP-CS-Fixer/PHP-CS-Fixer

    13,463Vezi pe GitHub↗

    This tool is a command-line utility designed to automatically detect and correct coding standard violations in PHP source files. It functions as a static analysis and refactoring engine that ensures consistent project-wide formatting by applying predefined community conventions or custom organizational rules. The project distinguishes itself through a modular rule-based engine that supports both automated style correction and codebase modernization. It allows developers to update legacy syntax to align with newer language versions and testing framework requirements, facilitating the adoption

    Integrates into continuous integration pipelines to automatically validate and enforce coding standards across team environments.

    PHPcode-standardscode-stylephp
    Vezi pe GitHub↗13,463
  • pylint-dev/pylintAvatar pylint-dev

    pylint-dev/pylint

    5,685Vezi pe GitHub↗

    Pylint is a static code analyzer for Python that scans source code for errors, coding standard violations, code smells, and type-related issues without executing the program. It functions as a plugin-based linter framework, allowing users to extend its analysis capabilities with custom or third-party checks for project-specific rules and framework support. The tool also includes a duplicate code detector that identifies identical or near-identical code blocks across a project to help reduce redundancy. Beyond its core linting functionality, Pylint can generate UML class and package diagrams f

    Runs across multiple Python interpreters in continuous integration pipelines to enforce code quality standards.

    Pythonclosembercode-qualityhacktoberfest
    Vezi pe GitHub↗5,685
  • standard/semistandardAvatar standard

    standard/semistandard

    1,415Vezi pe GitHub↗

    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

    Implements quality control gates in continuous integration to block non-compliant code.

    JavaScript
    Vezi pe GitHub↗1,415
  1. Home
  2. Testing & Quality Assurance
  3. Code Quality and Review
  4. Code Quality Tools
  5. Continuous Integration Quality Controls