|
| 1 | +[![Python packaging][py-build-badge]][py-build-ci] |
| 2 | +[![Binary executable builds][bin-build-badge]][bin-build-ci] |
| 3 | +[![Test CI][test-ci-badge]][test-ci] |
| 4 | +[![Docs][docs-ci-badge]][docs-site] |
| 5 | +[![Pre-commit-ci][pre-commit-badge]][pre-commit-ci] |
| 6 | + |
| 7 | +[py-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml |
| 8 | +[py-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml/badge.svg |
| 9 | +[bin-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml/badge.svg |
| 10 | +[bin-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml |
| 11 | +[test-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml/badge.svg |
| 12 | +[test-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml |
| 13 | +[docs-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/build-docs.yml/badge.svg |
| 14 | +[docs-site]: https://cpp-linter.github.io/cpp_linter_rs |
| 15 | +[pre-commit-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/pre-commit-hooks.yml/badge.svg |
| 16 | +[pre-commit-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/pre-commit-hooks.yml |
| 17 | +[codecov-badge]: https://codecov.io/gh/cpp-linter/cpp_linter_rs/graph/badge.svg?token=7ibzERx2AD |
| 18 | +[codecov-project]: https://codecov.io/gh/cpp-linter/cpp_linter_rs |
1 | 19 |
|
2 | 20 | # C/C++ Linting Package
|
3 | 21 |
|
4 | 22 | A Python and Rust package for linting C/C++ code with clang-tidy and/or clang-format to collect feedback provided in the form of thread comments, step summary, or file annotations.
|
5 | 23 |
|
6 | 24 | > [!CAUTION]
|
7 |
| -> [](https://codecov.io/gh/cpp-linter/cpp_linter_rs) |
| 25 | +> |
| 26 | +> [![codecov-status][[codecov-badge]]][codecov-project] |
8 | 27 | >
|
9 | 28 | > This project is still experimental and subject to drastic changes.
|
10 | 29 | > Please use the pure python [cpp-linter](https://github.com/cpp-linter/cpp-linter)
|
@@ -58,6 +77,7 @@ license agreements:
|
58 | 77 | - [serde_json](https://crates.io/crates/serde_json):
|
59 | 78 | Dual-licensed under [Apache 2.0][Apache2] or [MIT][MIT].
|
60 | 79 | - [which](https://crates.io/crates/which): Licensed under [MIT][MIT].
|
| 80 | +- [tokio](https://crates.io/crates/tokio): Licensed under [MIT][MIT] |
61 | 81 |
|
62 | 82 | The python binding uses
|
63 | 83 |
|
|
0 commit comments