@@ -4,11 +4,13 @@ Welcome to cpp-linter! This guide will help you integrate C/C++ linting into you
44
55## Choose Your Integration
66
7+ <!-- markdownlint-disable MD033 -->
8+
79Select the method that best fits your development workflow:
810
911<div class =" grid cards " markdown >
1012
11- - :material-github: ** GitHub Actions**
13+ - :material-github: ** GitHub Actions**
1214
1315 ---
1416
@@ -18,8 +20,7 @@ Select the method that best fits your development workflow:
1820
1921 [ Get started with GitHub Actions →] ( https://cpp-linter.github.io/cpp-linter-action/ ) { .md-button .md-button--primary }
2022
21-
22- - :material-git: ** Pre-commit Hooks**
23+ - :material-git: ** Pre-commit Hooks**
2324
2425 ---
2526
@@ -28,9 +29,8 @@ Select the method that best fits your development workflow:
2829 ** Perfect for:** Catching issues before commits, local enforcement
2930
3031 [ Get started with pre-commit →] ( https://github.com/cpp-linter/cpp-linter-hooks ) { .md-button .md-button--primary }
31-
3232
33- - :fontawesome-brands-python: ** Command Line**
33+ - :fontawesome-brands-python: ** Command Line**
3434
3535 ---
3636
@@ -40,7 +40,7 @@ Select the method that best fits your development workflow:
4040
4141 [ Get started with cpp-linter package →] ( https://cpp-linter.github.io/cpp-linter/ ) { .md-button .md-button--primary }
4242
43- - :simple-rust: ** Command Line (Rust)**
43+ - :simple-rust: ** Command Line (Rust)**
4444
4545 ---
4646
@@ -56,25 +56,23 @@ Select the method that best fits your development workflow:
5656
5757<div class =" grid cards " markdown >
5858
59- - :fontawesome-brands-github: ** clang-tools-static-binaries**
59+ - :fontawesome-brands-github: ** clang-tools-static-binaries**
6060
6161 ---
6262
6363 Distribution clang tools static binaries for various platforms
6464
6565 [ Download from →] ( https://github.com/cpp-linter/clang-tools-static-binaries ) { .md-button .md-button--primary }
6666
67-
68- - :fontawesome-brands-docker: ** clang-tools-docker**
67+ - :fontawesome-brands-docker: ** clang-tools-docker**
6968
7069 ---
7170
7271 Distribution clang tools Docker images for various platforms
7372
7473 [ Download from →] ( https://github.com/cpp-linter/clang-tools-docker ) { .md-button .md-button--primary }
7574
76-
77- - :fontawesome-brands-python: ** clang-tools-wheels**
75+ - :fontawesome-brands-python: ** clang-tools-wheels**
7876
7977 ---
8078
@@ -84,21 +82,19 @@ Select the method that best fits your development workflow:
8482
8583</div >
8684
87-
88-
8985## Easy Installation
9086
9187<div class =" grid cards " markdown >
9288
93- - :fontawesome-brands-python: ** clang-tools-pip**
89+ - :fontawesome-brands-python: ** clang-tools-pip**
9490
9591 ---
9692
9793 Easy installation of clang tools static binaries via pip
9894
9995 [ Get started with clang-tools CLI →] ( https://cpp-linter.github.io/clang-tools-pip/ ) { .md-button .md-button--primary }
10096
101- - :fontawesome-brands-python: ** clang-tools-asdf**
97+ - :fontawesome-brands-python: ** clang-tools-asdf**
10298
10399 ---
104100
0 commit comments