awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cpplint/cpplint

Open-source alternatives to Cpplint

30 open-source projects similar to cpplint/cpplint, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cpplint alternative.

  • carlosas/phpatcarlosas 的头像

    carlosas/phpat

    1,264在 GitHub 上查看↗
    PHParchitecturelinterphp
    在 GitHub 上查看↗1,264
  • phan/phanphan 的头像

    phan/phan

    5,617在 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
    在 GitHub 上查看↗5,617
  • nasa-sw-vnv/ikosNASA-SW-VnV 的头像

    NASA-SW-VnV/ikos

    3,115在 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
    在 GitHub 上查看↗3,115
  • larastan/larastanlarastan 的头像

    larastan/larastan

    6,430在 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
    在 GitHub 上查看↗6,430

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • analysis-tools-dev/static-analysisanalysis-tools-dev 的头像

    analysis-tools-dev/static-analysis

    14,389在 GitHub 上查看↗

    This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It serves as a central resource for developers to discover, compare, and select tools based on specific programming languages, licensing models, and integration requirements. The directory distinguishes itself by providing deep metadata for each listed utility, including community-driven popularity rankings, maintenance status, and deployment methods. By aggregating these tools into a single searchable index, it enables teams to identify solutions for enforcing coding standards, ma

    Rustanalysisawesome-listcode-quality
    在 GitHub 上查看↗14,389
  • angular-eslint/angular-eslintangular-eslint 的头像

    angular-eslint/angular-eslint

    1,785在 GitHub 上查看↗

    :sparkles: Monorepo for all the tooling related to using ESLint with Angular

    TypeScript
    在 GitHub 上查看↗1,785
  • alexkohler/dogsledalexkohler 的头像

    alexkohler/dogsled

    75在 GitHub 上查看↗

    dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.

    Go
    在 GitHub 上查看↗75
  • arangogutierrez/golinty-actionArangoGutierrez 的头像

    ArangoGutierrez/GoLinty-Action

    10在 GitHub 上查看↗

    GitHub action to run Go lint checks on PR event

    Shell
    在 GitHub 上查看↗10
  • alexkohler/preallocalexkohler 的头像

    alexkohler/prealloc

    666在 GitHub 上查看↗

    prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

    Go
    在 GitHub 上查看↗666
  • ashutoshgngwr/validate-fastlane-supply-metadataashutoshgngwr 的头像

    ashutoshgngwr/validate-fastlane-supply-metadata

    27在 GitHub 上查看↗

    A Github Action to statically validate Fastlane metadata for Android (supply).

    Go
    在 GitHub 上查看↗27
  • asm89/twig-lintasm89 的头像

    asm89/twig-lint

    118在 GitHub 上查看↗

    Standalone twig linter.

    PHP
    在 GitHub 上查看↗118
  • aviatesk/jet.jlaviatesk 的头像

    aviatesk/JET.jl

    868在 GitHub 上查看↗

    A code analyzer for Julia. No need for additional type annotations.

    Julia
    在 GitHub 上查看↗868
  • avto-dev/markdown-lintavto-dev 的头像

    avto-dev/markdown-lint

    81在 GitHub 上查看↗

    Linter for markdown (with presets)

    JavaScript
    在 GitHub 上查看↗81
  • blazeeboy/rubrowserblazeeboy 的头像

    blazeeboy/rubrowser

    646在 GitHub 上查看↗

    a ruby code dependency graph interactive visualizer

    JavaScript
    在 GitHub 上查看↗646
  • borkdude/clj-kondoborkdude 的头像

    borkdude/clj-kondo

    1,841在 GitHub 上查看↗

    Static analyzer and linter for Clojure code that sparks joy

    Clojure
    在 GitHub 上查看↗1,841
  • anordal/shellhardenanordal 的头像

    anordal/shellharden

    4,784在 GitHub 上查看↗

    Shellharden is a shell script hardening tool and linter designed to improve the security and reliability of Bash scripts. It functions as an automated utility that rewrites scripts to follow industry standards for quoting and security practices. The project provides an optimizer and standardizer that replaces unsafe patterns and aliases with safer functional equivalents. It includes a syntax highlighter that uses visual markers and colorization to indicate vulnerabilities and areas where quoting corrections are required. The tool covers a broad range of capabilities including automated safet

    Rust
    在 GitHub 上查看↗4,784
  • bombsimon/wslbombsimon 的头像

    bombsimon/wsl

    374在 GitHub 上查看↗

    ␊ whitespace linter - Forces you to use empty lines!

    Go
    在 GitHub 上查看↗374
  • burdzwastaken/hadolint-actionburdzwastaken 的头像

    burdzwastaken/hadolint-action

    13在 GitHub 上查看↗

    A GitHub action to run hadolint and reports violations given a Dockerfile within a repository

    Shell
    在 GitHub 上查看↗13
  • burtonqin/lockbudBurtonQin 的头像

    BurtonQin/lockbud

    591在 GitHub 上查看↗

    Detect concurrency and memory bugs and possible panic locations in Rust projects

    Rust
    在 GitHub 上查看↗591
  • bmitch/churn-phpbmitch 的头像

    bmitch/churn-php

    1,376在 GitHub 上查看↗

    Discover files in need of refactoring.

    PHP
    在 GitHub 上查看↗1,376
  • carthage-software/magocarthage-software 的头像

    carthage-software/mago

    2,867在 GitHub 上查看↗

    Mago is a PHP static analysis tool, linter, and code formatter. It detects type errors, dead code, and logic bugs through advanced type inference and flow analysis, while providing a deterministic engine to rewrite source files according to style guides. The project distinguishes itself with a WebAssembly runtime that enables PHP analysis to execute entirely within a web browser, allowing results to be shared via URL. It also provides a minimal Dockerized toolchain distributed as a scratch image for consistent execution across different processor architectures. The toolset covers architectur

    Rustcode-analyzercode-stylecoding-standards
    在 GitHub 上查看↗2,867
  • channable/dbcriticchannable 的头像

    channable/dbcritic

    180在 GitHub 上查看↗

    dbcritic finds problems in a database schema.

    Idris
    在 GitHub 上查看↗180
  • chekalsky/phpcs-actionchekalsky 的头像

    chekalsky/phpcs-action

    55在 GitHub 上查看↗

    Github Action helps you check your code with PHP_CodeSniffer

    在 GitHub 上查看↗55
  • client9/misspellclient9 的头像

    client9/misspell

    1,395在 GitHub 上查看↗
    Go
    在 GitHub 上查看↗1,395
  • codegram/pelusacodegram 的头像

    codegram/pelusa

    436在 GitHub 上查看↗

    Static analysis Lint-type tool to improve your OO Ruby code

    Ruby
    在 GitHub 上查看↗436
  • coralineada/fukuzatsuCoralineAda 的头像

    CoralineAda/fukuzatsu

    32在 GitHub 上查看↗

    Fukuzatsu (Japanese for "complexity") is a tool for measuring code complexity in Ruby class files. Its analysis generates scores based on cyclomatic complexity algorithms, which in simplest terms measure the number of execution paths through a given piece of code. (You can learn more about…

    Ruby
    在 GitHub 上查看↗32
  • creusot-rs/creusotcreusot-rs 的头像

    creusot-rs/creusot

    1,772在 GitHub 上查看↗

    Creusot helps you prove your Rust code is correct.

    Rustcontractsdeductive-reasoningformal-methods
    在 GitHub 上查看↗1,772
  • cypress-io/github-actioncypress-io 的头像

    cypress-io/github-action

    1,457在 GitHub 上查看↗

    GitHub Action for running Cypress end-to-end & component tests

    JavaScript
    在 GitHub 上查看↗1,457
  • dalance/svlsdalance 的头像

    dalance/svls

    579在 GitHub 上查看↗

    SystemVerilog language server

    Rust
    在 GitHub 上查看↗579
  • ankitvgupta/pycodestyle-actionankitvgupta 的头像

    ankitvgupta/pycodestyle-action

    9在 GitHub 上查看↗

    A Github Action that runs pycodestyle and leaves a comment on your pull request with style errors.

    Shell
    在 GitHub 上查看↗9