|
1 | 1 | <!-- markdownlint-disable MD041 --> |
2 | 2 |
|
3 | | -[file-annotations]: https://cpp-linter.github.io/cpp_linter_rs/cli#-a---file-annotations |
4 | | -[thread-comments]: https://cpp-linter.github.io/cpp_linter_rs/cli#-g---thread-comments |
5 | | -[step-summary]: https://cpp-linter.github.io/cpp_linter_rs/cli#-w---step-summary |
6 | | -[tidy-review]: https://cpp-linter.github.io/cpp_linter_rs/cli#-d---tidy-review |
7 | | -[format-review]: https://cpp-linter.github.io/cpp_linter_rs/cli#-m---format-review |
| 3 | +[file-annotations]: https://cpp-linter.github.io/cpp-linter-rs/cli#-a---file-annotations |
| 4 | +[thread-comments]: https://cpp-linter.github.io/cpp-linter-rs/cli#-g---thread-comments |
| 5 | +[step-summary]: https://cpp-linter.github.io/cpp-linter-rs/cli#-w---step-summary |
| 6 | +[tidy-review]: https://cpp-linter.github.io/cpp-linter-rs/cli#-d---tidy-review |
| 7 | +[format-review]: https://cpp-linter.github.io/cpp-linter-rs/cli#-m---format-review |
8 | 8 |
|
9 | 9 | [format-annotations-preview]: docs/src/images/annotations-clang-format.png |
10 | 10 | [tidy-annotations-preview]: docs/src/images/annotations-clang-tidy.png |
|
22 | 22 | [![Pre-commit-ci][pre-commit-badge]][pre-commit-ci] |
23 | 23 | [![codecov-status][codecov-badge]][codecov-project] |
24 | 24 |
|
25 | | -[py-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml |
26 | | -[py-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml/badge.svg |
27 | | -[bin-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml/badge.svg |
28 | | -[bin-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml |
29 | | -[node-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/node-js-packaging.yml/badge.svg |
30 | | -[node-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/node-js-packaging.yml |
31 | | -[test-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml/badge.svg |
32 | | -[test-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml |
33 | | -[docs-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/build-docs.yml/badge.svg |
34 | | -[docs-site]: https://cpp-linter.github.io/cpp_linter_rs |
35 | | -[pre-commit-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/pre-commit-hooks.yml/badge.svg |
36 | | -[pre-commit-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/pre-commit-hooks.yml |
37 | | -[codecov-badge]: https://codecov.io/gh/cpp-linter/cpp_linter_rs/graph/badge.svg?token=7ibzERx2AD |
38 | | -[codecov-project]: https://codecov.io/gh/cpp-linter/cpp_linter_rs |
| 25 | +[py-build-ci]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/python-packaging.yml |
| 26 | +[py-build-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/python-packaging.yml/badge.svg |
| 27 | +[bin-build-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/binary-builds.yml/badge.svg |
| 28 | +[bin-build-ci]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/binary-builds.yml |
| 29 | +[node-ci-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/node-js-packaging.yml/badge.svg |
| 30 | +[node-ci]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/node-js-packaging.yml |
| 31 | +[test-ci-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/run-dev-tests.yml/badge.svg |
| 32 | +[test-ci]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/run-dev-tests.yml |
| 33 | +[docs-ci-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/build-docs.yml/badge.svg |
| 34 | +[docs-site]: https://cpp-linter.github.io/cpp-linter-rs |
| 35 | +[pre-commit-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/pre-commit-hooks.yml/badge.svg |
| 36 | +[pre-commit-ci]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/pre-commit-hooks.yml |
| 37 | +[codecov-badge]: https://codecov.io/gh/cpp-linter/cpp-linter-rs/graph/badge.svg?token=7ibzERx2AD |
| 38 | +[codecov-project]: https://codecov.io/gh/cpp-linter/cpp-linter-rs |
39 | 39 | [docs-rs-badge]: https://img.shields.io/docsrs/cpp-linter?label=docs.rs |
40 | 40 | [docs-rs]: https://docs.rs/cpp-linter |
41 | 41 | [pypi-badge]: https://img.shields.io/pypi/v/cpp-linter |
@@ -118,7 +118,7 @@ For usage in a CI workflow, see |
118 | 118 | [the cpp-linter/cpp-linter-action repository](https://github.com/cpp-linter/cpp-linter-action). |
119 | 119 |
|
120 | 120 | For the description of supported Command Line Interface options, see |
121 | | -[the CLI documentation](https://cpp-linter.github.io/cpp_linter_rs/cli.html). |
| 121 | +[the CLI documentation](https://cpp-linter.github.io/cpp-linter-rs/cli.html). |
122 | 122 |
|
123 | 123 | ## Example |
124 | 124 |
|
@@ -165,7 +165,7 @@ Using [`--format-review`][format-review]: |
165 | 165 | ## Have question or feedback? |
166 | 166 |
|
167 | 167 | To provide feedback (requesting a feature or reporting a bug) please post to |
168 | | -[issues](https://github.com/cpp-linter/cpp_linter_rs/issues). |
| 168 | +[issues](https://github.com/cpp-linter/cpp-linter-rs/issues). |
169 | 169 |
|
170 | 170 | ## License |
171 | 171 |
|
|
0 commit comments