From b00bf39b3469f31452b31f87a79cc6233233ae0a Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Thu, 29 May 2025 10:26:26 +0300 Subject: [PATCH 1/3] Update README.md to inlcude other repos --- profile/README.md | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/profile/README.md b/profile/README.md index 7f90fa2..a07cdb6 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,15 +6,31 @@ ## Cpp Linter -**Lint your C/C++ code in an automated workflow** +**Automated linting for your C/C++ code** -Including analysis regarding code formatting, diagnosing, and fixing typical programming errors. +### Get Started -Wonder how to get started? check out: +Integrate Cpp Linter into your workflow with: -* [cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) as a CI workflow step -* [cpp-linter-hooks](https://github.com/cpp-linter/cpp-linter-hooks) as a pre-commit workflow step +* [cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) — GitHub Action for CI pipelines +* [cpp-linter-hooks](https://github.com/cpp-linter/cpp-linter-hooks) — Pre-commit hooks for local development + +### Clang Tools — Simplified + +We provide ready-to-use **binaries** and **Docker images** of key `clang-tools`: + +* [clang-tools-static-binaries](https://github.com/cpp-linter/clang-tools-static-binaries) +* [clang-tools-docker](https://github.com/cpp-linter/clang-tools-docker) + +### Easy Installation + +Prefer modern package managers? Install `clang-format`, `clang-tidy`, `clang-query`, and more via: + +* [pip](https://github.com/cpp-linter/clang-tools-pip) +* [asdf](https://github.com/cpp-linter/asdf-clang-tools) ## Contributing 💪 -Thanks for your interest in contributing to [cpp-linter](https://github.com/cpp-linter)! We welcome feedback, bug reports, and feature requests from the community! +Thanks for your interest in contributing to [cpp-linter](https://github.com/cpp-linter)! + +We welcome feedback, bug reports, and feature requests from the community! From 6bc5aa05a89dd36d14041756ff526ded45412483 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Thu, 29 May 2025 07:32:36 +0000 Subject: [PATCH 2/3] trim trailing whitespace --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index a07cdb6..067ed10 100644 --- a/profile/README.md +++ b/profile/README.md @@ -20,7 +20,7 @@ Integrate Cpp Linter into your workflow with: We provide ready-to-use **binaries** and **Docker images** of key `clang-tools`: * [clang-tools-static-binaries](https://github.com/cpp-linter/clang-tools-static-binaries) -* [clang-tools-docker](https://github.com/cpp-linter/clang-tools-docker) +* [clang-tools-docker](https://github.com/cpp-linter/clang-tools-docker) ### Easy Installation From c656de6fe24f63f731b783a70091191385ec0000 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Thu, 29 May 2025 11:30:15 +0300 Subject: [PATCH 3/3] Update profile/README.md Co-authored-by: Brendan <2bndy5@gmail.com> --- profile/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/profile/README.md b/profile/README.md index 067ed10..5554172 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,6 +6,7 @@ ## Cpp Linter + **Automated linting for your C/C++ code** ### Get Started