@@ -3,25 +3,27 @@ clang-tools CLI
3
3
4
4
**Install clang-format, clang-tidy, clang-query, and clang-apply-replacements binaries with clang-tools CLI. **
5
5
6
- .. image :: https://img.shields.io/pypi/v/clang-tools
6
+ .. | latest-version | image :: https://img.shields.io/pypi/v/clang-tools
7
7
:target: https://pypi.org/project/clang-tools/
8
8
:alt: PyPI
9
- .. image :: https://github.com/cpp-linter/clang-tools-pip/actions/workflows/python-test.yml/badge.svg
9
+ .. | python-test | image :: https://github.com/cpp-linter/clang-tools-pip/actions/workflows/python-test.yml/badge.svg
10
10
:target: https://github.com/cpp-linter/clang-tools-pip/actions/workflows/python-test.yml
11
11
:alt: Python test
12
- .. image :: https://codecov.io/gh/cpp-linter/clang-tools-pip/branch/main/graph/badge.svg?token=40G5ZOIRRR
12
+ .. | codecov-badge | image :: https://codecov.io/gh/cpp-linter/clang-tools-pip/branch/main/graph/badge.svg?token=40G5ZOIRRR
13
13
:target: https://codecov.io/gh/cpp-linter/clang-tools-pip
14
14
:alt: codecov
15
- .. image :: https://sonarcloud.io/api/project_badges/measure?project=cpp-linter_clang-tools-pip&metric=alert_status
15
+ .. | sonar-badge | image :: https://sonarcloud.io/api/project_badges/measure?project=cpp-linter_clang-tools-pip&metric=alert_status
16
16
:target: https://sonarcloud.io/summary/new_code?id=cpp-linter_clang-tools-pip
17
17
:alt: sonarcloud
18
- .. image :: https://img.shields.io/badge/platform-linux--64%20%7C%20win--64%20%7C%20osx--64%20-blue
18
+ .. | platfrom-badge | image :: https://img.shields.io/badge/platform-linux--64%20%7C%20win--64%20%7C%20osx--64%20-blue
19
19
:target: https://pypi.org/project/clang-tools/
20
20
:alt: Platfrom
21
- .. image :: https://img.shields.io/pypi/dw/clang-tools
21
+ .. | pypi-badge | image :: https://img.shields.io/pypi/dw/clang-tools
22
22
:target: https://pypistats.org/packages/clang-tools
23
23
:alt: PyPI - Downloads
24
24
25
+ |latest-version | |python-test | |codecov-badge | |sonar-badge | |platfrom-badge | |pypi-badge |
26
+
25
27
.. important ::
26
28
This package only manages binary executables (& corresponding symbolic links) that
27
29
are installed using this package's executable script. It does not intend to change or
0 commit comments