Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Mar 6, 2024
1 parent a498a39 commit 4605eb8
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,26 @@

---

## Cpp Linter
# Cpp Linter

**Lint your C/C++ code in an automated workflow**
Cpp Linter is an open-source community on GitHub dedicated to improving the quality of C/C++ code through automated workflows.

Including analysis regarding code formatting, diagnosing, and fixing typical programming errors.
## Getting Started

Wonder how to get started? check out:
Wonder how to get started? Check out:

* [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/your-organization/cpp-linter-action) as a CI workflow step.
- [cpp-linter-hooks](https://github.com/your-organization/cpp-linter-hooks) as a pre-commit workflow step.

## Other Repositories

In addition to cpp-linter, we have several other repositories that may interest you:

- [cpp-linter](https://github.com/your-organization/cpp-linter): cpp-linter core Python executable package.
- [clang-tools-pip](https://github.com/your-organization/clang-tools-pip): Install clang-format, clang-tidy, clang-query, and clang-apply-replacements binaries with clang-tools CLI.
- [clang-tools-docker](https://github.com/your-organization/clang-tools-docker): 🐳 Clang Tools Docker image includes clang-format and clang-tidy.
- [clang-tools-static-binaries](https://github.com/your-organization/clang-tools-static-binaries): Static-linked versions of clang tools for Linux, macOS, and Windows.

## 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! We welcome feedback, bug reports, and feature requests from the community.

0 comments on commit 4605eb8

Please sign in to comment.