|
8 | 8 |
|
9 | 9 | # C/C++ linting that simply works |
10 | 10 |
|
11 | | -**Professional static analysis for C/C++ code – automated, configurable, and fast. Integrate seamlessly into any workflow in minutes.** |
| 11 | +**Lint your C/C++ code in workflow – automated, configurable, and fast. Integrate seamlessly into any workflow in minutes.** |
12 | 12 |
|
13 | 13 | [Get started :material-rocket-launch:](getting-started.md){ .md-button .md-button--primary } |
14 | 14 |
|
15 | 15 | </div> |
16 | 16 |
|
17 | 17 | <div class="grid cards" markdown> |
18 | 18 |
|
19 | | -- :material-github: **GitHub Action** |
20 | | - |
21 | | - --- |
22 | | - |
23 | | - Automated C++ linting in your CI/CD pipelines with zero configuration |
24 | | - |
25 | | - [:octicons-arrow-right-24: cpp-linter-action](https://cpp-linter.github.io/cpp-linter-action/) |
26 | | - |
27 | | -- :material-git: **Pre-commit Hooks** |
28 | | - |
29 | | - --- |
30 | | - |
31 | | - Catch issues before they reach your repository with Git hooks |
32 | | - |
33 | | - [:octicons-arrow-right-24: cpp-linter-hooks](https://github.com/cpp-linter/cpp-linter-hooks) |
34 | | - |
35 | | -- :fontawesome-brands-python: **Python Package** |
36 | | - |
37 | | - --- |
38 | | - |
39 | | - Powerful command-line tool and Python API for local development |
40 | | - |
41 | | - [:octicons-arrow-right-24: cpp-linter](https://cpp-linter.github.io/cpp-linter/) |
42 | | - |
43 | | - |
44 | 19 | </div> |
45 | 20 |
|
46 | | -## Everything you need for C/C++ code quality |
| 21 | +## Everything you need for linting C/C++ code |
47 | 22 |
|
48 | 23 | <div class="grid cards" markdown> |
49 | 24 |
|
|
67 | 42 |
|
68 | 43 | </div> |
69 | 44 |
|
70 | | -## Clang Tools Made Simple |
71 | | - |
72 | | -**No more complex installations or version conflicts.** Get `clang-format`, `clang-tidy`, `clang-query`, and more through your favorite package manager: |
73 | | - |
74 | 45 | <div class="grid" markdown> |
75 | 46 |
|
76 | | -<div class="card-content" markdown> |
77 | | -### :fontawesome-brands-python: **pip** |
78 | | -```bash |
79 | | -pip install clang-tools |
80 | | -clang-tools --install 20 |
81 | | -``` |
82 | | -[:octicons-arrow-right-24: clang-tools-pip](https://github.com/cpp-linter/clang-tools-pip) |
83 | | -</div> |
84 | | - |
85 | | -<div class="card-content" markdown> |
86 | | -### :material-docker: **Docker** |
87 | | -```bash |
88 | | -docker pull xianpengshen/clang-tools |
89 | | -``` |
90 | | -[:octicons-arrow-right-24: clang-tools-docker](https://github.com/cpp-linter/clang-tools-docker) |
91 | | -</div> |
92 | | - |
93 | | -<div class="card-content" markdown> |
94 | | -### :material-download: **Python Wheels** |
95 | | -```bash |
96 | | -pip install clang-<name>-<version>.whl |
97 | | -``` |
98 | | -[:octicons-arrow-right-24: clang-tools-wheel](https://github.com/cpp-linter/clang-tools-wheel) |
99 | | -</div> |
100 | | - |
101 | 47 | </div> |
102 | 48 |
|
103 | 49 | ## Quick Start |
|
0 commit comments