awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cpplint avatar

cpplint/cpplint

0
View on GitHub↗
1,821 stele·305 fork-uri·Python·3 vizualizări

Cpplint

Static code checker for C++

Features

  • Code Style Tools - Static analysis tool for checking C++ code against style guidelines.
  • Static Analysis - Style checker following Google's C++ coding standards.
  • Static Analysis Tools - Automated C++ checker that follows Google's style guide.

Istoric stele

Graficul istoricului de stele pentru cpplint/cpplintGraficul istoricului de stele pentru cpplint/cpplint

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Cpplint

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Cpplint.
  • larastan/larastanAvatar larastan

    larastan/larastan

    6,430Vezi pe GitHub↗

    Larastan is a static analysis extension and type inference engine for PHP designed to detect bugs and type errors in Laravel applications. It extends PHPStan to resolve framework-specific patterns and magic methods, providing a rule-based scanning engine to audit code quality without executing the application. The tool specializes in Eloquent analysis, verifying that model properties, casts, and relationships align with database schemas and migrations. It tracks types across Eloquent collections, custom builders, and model factories to ensure type safety during database operations and iterati

    PHP
    Vezi pe GitHub↗6,430
  • nasa-sw-vnv/ikosAvatar NASA-SW-VnV

    NASA-SW-VnV/ikos

    3,115Vezi pe GitHub↗

    Ikos is a formal verification suite and static analysis framework designed to prove the absence of undefined behaviors and runtime errors in C and C++ source code. It functions as an abstract interpretation tool that approximates program execution to identify potential crashes and software defects. The system utilizes a compiler front-end to translate source code into a specialized abstract representation. This process decouples language parsing from the analysis logic, allowing the framework to perform deep program analysis via a formal verification system. The toolkit covers several analys

    C++abstract-interpretationprogram-analysissoftware-verification
    Vezi pe GitHub↗3,115
  • carlosas/phpatAvatar carlosas

    carlosas/phpat

    1,264Vezi pe GitHub↗
    PHParchitecturelinterphp
    Vezi pe GitHub↗1,264
  • phan/phanAvatar phan

    phan/phan

    5,617Vezi pe GitHub↗

    Phan is a static analyzer and type checker for PHP that identifies bugs and type incompatibilities without executing the code. It serves as a quality gate for continuous integration pipelines and a tool for verifying type safety, specifically checking union types, generics, and array shapes. The project is distinguished by its use of a background daemon and Language Server Protocol implementation, which provide real-time diagnostics and navigation within editors. It also features a baseline-based suppression system that allows developers to record existing errors in a snapshot file to focus e

    PHP
    Vezi pe GitHub↗5,617
Vezi toate cele 30 alternative pentru Cpplint→

Întrebări frecvente

Ce face cpplint/cpplint?

Static code checker for C++

Care sunt principalele funcționalități ale cpplint/cpplint?

Principalele funcționalități ale cpplint/cpplint sunt: Code Style Tools, Static Analysis, Static Analysis Tools.

Care sunt câteva alternative open-source pentru cpplint/cpplint?

Alternativele open-source pentru cpplint/cpplint includ: nasa-sw-vnv/ikos — Ikos is a formal verification suite and static analysis framework designed to prove the absence of undefined behaviors… phan/phan — Phan is a static analyzer and type checker for PHP that identifies bugs and type incompatibilities without executing… carlosas/phpat. larastan/larastan — Larastan is a static analysis extension and type inference engine for PHP designed to detect bugs and type errors in… analysis-tools-dev/static-analysis — This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It… alexkohler/dogsled — dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.