Skip to content
Merged
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
29 changes: 23 additions & 6 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,32 @@

## Cpp Linter

**Lint your C/C++ code in an automated workflow**
<!-- markdownlint-disable MD036 -->
**Automated linting for your C/C++ code**
Copy link

Copilot AI May 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider reintroducing a brief feature summary (e.g., analysis of formatting, diagnostics, error fixing) that was removed to provide users with an overview of Cpp Linter's capabilities, perhaps under a 'Features' section.

Copilot uses AI. Check for mistakes.

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!