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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
scrutinizer-ci avatar

scrutinizer-ci/scrutinizerArchived

0
View on GitHub↗
138 stars·34 forks·11 viewsscrutinizer-ci.com/docs↗

Scrutinizer

Legacy repository - archives past feature requests/bug reports

Features

  • Code Quality and Analysis - Hosted platform for measuring and monitoring code quality.

Star history

Star history chart for scrutinizer-ci/scrutinizerStar history chart for scrutinizer-ci/scrutinizer

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does scrutinizer-ci/scrutinizer do?

Legacy repository - archives past feature requests/bug reports

What are the main features of scrutinizer-ci/scrutinizer?

The main features of scrutinizer-ci/scrutinizer are: Code Quality and Analysis.

Which projects share features with scrutinizer-ci/scrutinizer?

Projects with overlapping indexed features include: assertible/deployments — Configurations for GitHub post-deployment testing with Assertible via CI. coala/coala — coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming… cython/cython — Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It… pre-commit/pre-commit — Pre-commit is a framework for managing and executing automated tasks during the version control commit process. It… robotframework/robotframework — Robot Framework is a keyword-driven automation framework designed for acceptance testing and robotic process… windelbouwman/ppci-mirror — A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python.

Projects sharing features with Scrutinizer

These projects share indexed features with Scrutinizer. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • assertible/deploymentsassertible avatar

    assertible/deployments

    13View on GitHub↗

    Configurations for GitHub post-deployment testing with Assertible via CI

    View on GitHub↗13
  • coala/coalacoala avatar

    coala/coala

    3,588View on GitHub↗

    coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.

    Python
    View on GitHub↗3,588
  • cython/cythoncython avatar

    cython/cython

    10,767View on GitHub↗

    Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad

    Cythonbig-dataccpp
    View on GitHub↗10,767
  • pre-commit/pre-commitpre-commit avatar

    pre-commit/pre-commit

    15,057View on GitHub↗

    Pre-commit is a framework for managing and executing automated tasks during the version control commit process. It functions as a configuration-driven utility that enforces project standards by running linters, formatters, and security scanners on staged files before they are committed to a repository. The system uses a centralized manifest to orchestrate these tasks, ensuring consistent developer tooling across teams. It distinguishes itself by provisioning isolated environments for each tool, which prevents dependency conflicts and ensures that all required versions are present. The framewo

    Pythongitlinterpre-commit
    View on GitHub↗15,057
Compare all 6 related projects→