|
6 | 6 |
|
7 | 7 | ## Cpp Linter |
8 | 8 |
|
9 | | -**Lint your C/C++ code in an automated workflow** |
| 9 | +<!-- markdownlint-disable MD036 --> |
| 10 | +**Automated linting for your C/C++ code** |
10 | 11 |
|
11 | | -Including analysis regarding code formatting, diagnosing, and fixing typical programming errors. |
| 12 | +### Get Started |
12 | 13 |
|
13 | | -Wonder how to get started? check out: |
| 14 | +Integrate Cpp Linter into your workflow with: |
14 | 15 |
|
15 | | -* [cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) as a CI workflow step |
16 | | -* [cpp-linter-hooks](https://github.com/cpp-linter/cpp-linter-hooks) as a pre-commit workflow step |
| 16 | +* [cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) — GitHub Action for CI pipelines |
| 17 | +* [cpp-linter-hooks](https://github.com/cpp-linter/cpp-linter-hooks) — Pre-commit hooks for local development |
| 18 | + |
| 19 | +### Clang Tools — Simplified |
| 20 | + |
| 21 | +We provide ready-to-use **binaries** and **Docker images** of key `clang-tools`: |
| 22 | + |
| 23 | +* [clang-tools-static-binaries](https://github.com/cpp-linter/clang-tools-static-binaries) |
| 24 | +* [clang-tools-docker](https://github.com/cpp-linter/clang-tools-docker) |
| 25 | + |
| 26 | +### Easy Installation |
| 27 | + |
| 28 | +Prefer modern package managers? Install `clang-format`, `clang-tidy`, `clang-query`, and more via: |
| 29 | + |
| 30 | +* [pip](https://github.com/cpp-linter/clang-tools-pip) |
| 31 | +* [asdf](https://github.com/cpp-linter/asdf-clang-tools) |
17 | 32 |
|
18 | 33 | ## Contributing 💪 |
19 | 34 |
|
20 | | -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! |
| 35 | +Thanks for your interest in contributing to [cpp-linter](https://github.com/cpp-linter)! |
| 36 | + |
| 37 | +We welcome feedback, bug reports, and feature requests from the community! |
0 commit comments