Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #20

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,28 @@

---

## 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/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.

## Other Repositories

In addition to the above, we have several other repositories that may be of interest to you:

- [cpp-linter](https://github.com/cpp-linter/cpp-linter): cpp-linter core Python executable package.
- [clang-tools-pip](https://github.com/cpp-linter/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/cpp-linter/clang-tools-docker): 🐳 Clang Tools Docker image includes clang-format and clang-tidy.
- [clang-tools-static-binaries](https://github.com/cpp-linter/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.

Happy linting! :rocket: