Skip to main content

Cpp-Linter

The Cpp Linter Used by Microsoft and NASA Finally Has an Official Website!
·466 words·1 min
The official website for cpp-linter related projects and tools is now live at https://cpp-linter.github.io/. Everyone is welcome to visit and use it.
Microsoft and NASA Use It? My 4-Year-Old Side Project Hit 100 Stars
cpp-linter-action is a GitHub Action that provides C/C++ code formatting and static analysis capabilities. It uses clang-format and clang-tidy, supporting various configurations and custom rules. Since its creation in 2021, the project has been used by several well-known organizations and open-source projects.
cpp-linter-action—Latest Version Now Supports Pull Request Review Functionality 👏
This article introduces the new feature of cpp-linter-action Pull Request Review, allowing developers to directly submit code modification suggestions on GitHub, improving code quality and collaboration efficiency.
C/C++ Code Formatting and Static Analysis—A One-Stop Workflow with Cpp Linter
This article introduces tools and workflows for C/C++ code formatting and static analysis, focusing on the use and integration of clang-tools.