8
8
9
9
<!-- Custom HTML head -->
10
10
11
- < meta name ="description " content ="Some documentation about the cpp_linter_rs project ">
11
+ < meta name ="description " content ="Some documentation about the cpp-linter-rs project ">
12
12
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
13
13
< meta name ="theme-color " content ="#ffffff ">
14
14
@@ -147,7 +147,7 @@ <h1 class="menu-title">cpp-linter</h1>
147
147
< a href ="print.html " title ="Print this book " aria-label ="Print this book ">
148
148
< i id ="print-button " class ="fa fa-print "> </ i >
149
149
</ a >
150
- < a href ="https://github.com/cpp-linter/cpp_linter_rs " title ="Git repository " aria-label ="Git repository ">
150
+ < a href ="https://github.com/cpp-linter/cpp-linter-rs " title ="Git repository " aria-label ="Git repository ">
151
151
< i id ="git-repository-button " class ="fa fa-github "> </ i >
152
152
</ a >
153
153
@@ -244,13 +244,13 @@ <h1 class="menu-title">cpp-linter</h1>
244
244
245
245
</ style >
246
246
<!-- markdownlint-disable MD041 MD053 -->
247
- < p > < a href ="https://github.com/cpp-linter/cpp_linter_rs /actions/workflows/python-packaging.yml "> < img src ="https://github.com/cpp-linter/cpp_linter_rs /actions/workflows/python-packaging.yml/badge.svg " alt ="Python packaging " /> </ a >
248
- < a href ="https://github.com/cpp-linter/cpp_linter_rs /actions/workflows/binary-builds.yml "> < img src ="https://github.com/cpp-linter/cpp_linter_rs /actions/workflows/binary-builds.yml/badge.svg " alt ="Binary executable builds " /> </ a >
249
- < a href ="https://github.com/cpp-linter/cpp_linter_rs /actions/workflows/node-js-packaging.yml "> < img src ="https://github.com/cpp-linter/cpp_linter_rs /actions/workflows/node-js-packaging.yml/badge.svg " alt ="node-js builds " /> </ a >
250
- < a href ="https://github.com/cpp-linter/cpp_linter_rs /actions/workflows/run-dev-tests.yml "> < img src ="https://github.com/cpp-linter/cpp_linter_rs /actions/workflows/run-dev-tests.yml/badge.svg " alt ="Test CI " /> </ a >
251
- < a href ="https://cpp-linter.github.io/cpp_linter_rs "> < img src ="https://github.com/cpp-linter/cpp_linter_rs /actions/workflows/build-docs.yml/badge.svg " alt ="Docs " /> </ a >
252
- < a href ="https://github.com/cpp-linter/cpp_linter_rs /actions/workflows/pre-commit-hooks.yml "> < img src ="https://github.com/cpp-linter/cpp_linter_rs /actions/workflows/pre-commit-hooks.yml/badge.svg " alt ="Pre-commit-ci " /> </ a >
253
- < a href ="https://codecov.io/gh/cpp-linter/cpp_linter_rs "> < img src ="https://codecov.io/gh/cpp-linter/cpp_linter_rs /graph/badge.svg?token=7ibzERx2AD " alt ="codecov-status " /> </ a > </ p >
247
+ < p > < a href ="https://github.com/cpp-linter/cpp-linter-rs /actions/workflows/python-packaging.yml "> < img src ="https://github.com/cpp-linter/cpp-linter-rs /actions/workflows/python-packaging.yml/badge.svg " alt ="Python packaging " /> </ a >
248
+ < a href ="https://github.com/cpp-linter/cpp-linter-rs /actions/workflows/binary-builds.yml "> < img src ="https://github.com/cpp-linter/cpp-linter-rs /actions/workflows/binary-builds.yml/badge.svg " alt ="Binary executable builds " /> </ a >
249
+ < a href ="https://github.com/cpp-linter/cpp-linter-rs /actions/workflows/node-js-packaging.yml "> < img src ="https://github.com/cpp-linter/cpp-linter-rs /actions/workflows/node-js-packaging.yml/badge.svg " alt ="node-js builds " /> </ a >
250
+ < a href ="https://github.com/cpp-linter/cpp-linter-rs /actions/workflows/run-dev-tests.yml "> < img src ="https://github.com/cpp-linter/cpp-linter-rs /actions/workflows/run-dev-tests.yml/badge.svg " alt ="Test CI " /> </ a >
251
+ < a href ="https://cpp-linter.github.io/cpp-linter-rs "> < img src ="https://github.com/cpp-linter/cpp-linter-rs /actions/workflows/build-docs.yml/badge.svg " alt ="Docs " /> </ a >
252
+ < a href ="https://github.com/cpp-linter/cpp-linter-rs /actions/workflows/pre-commit-hooks.yml "> < img src ="https://github.com/cpp-linter/cpp-linter-rs /actions/workflows/pre-commit-hooks.yml/badge.svg " alt ="Pre-commit-ci " /> </ a >
253
+ < a href ="https://codecov.io/gh/cpp-linter/cpp-linter-rs "> < img src ="https://codecov.io/gh/cpp-linter/cpp-linter-rs /graph/badge.svg?token=7ibzERx2AD " alt ="codecov-status " /> </ a > </ p >
254
254
< h1 id ="cc-linting-package "> < a class ="header " href ="#cc-linting-package "> C/C++ Linting Package</ a > </ h1 >
255
255
< p > A package for linting C/C++ code with clang-tidy and/or clang-format to collect feedback provided in the form of</ p >
256
256
< ul >
@@ -302,7 +302,7 @@ <h2 id="usage"><a class="header" href="#usage">Usage</a></h2>
302
302
< p > For usage in a CI workflow, see
303
303
< a href ="https://github.com/cpp-linter/cpp-linter-action "> the cpp-linter/cpp-linter-action repository</ a > .</ p >
304
304
< p > For the description of supported Command Line Interface options, see
305
- < a href ="https://cpp-linter.github.io/cpp_linter_rs /cli.html "> the CLI documentation</ a > .</ p >
305
+ < a href ="https://cpp-linter.github.io/cpp-linter-rs /cli.html "> the CLI documentation</ a > .</ p >
306
306
< h2 id ="example "> < a class ="header " href ="#example "> Example</ a > </ h2 >
307
307
< h3 id ="annotations "> < a class ="header " href ="#annotations "> Annotations</ a > </ h3 >
308
308
< p > Using < a href ="cli.html#-a---file-annotations "> < code > --file-annotations</ code > </ a > :</ p >
@@ -326,7 +326,7 @@ <h4 id="only-clang-format"><a class="header" href="#only-clang-format">Only clan
326
326
< p > < img src ="images/format-suggestion.png " alt ="sample format-suggestion " /> </ p >
327
327
< h2 id ="have-question-or-feedback "> < a class ="header " href ="#have-question-or-feedback "> Have question or feedback?</ a > </ h2 >
328
328
< p > To provide feedback (requesting a feature or reporting a bug) please post to
329
- < a href ="https://github.com/cpp-linter/cpp_linter_rs /issues "> issues</ a > .</ p >
329
+ < a href ="https://github.com/cpp-linter/cpp-linter-rs /issues "> issues</ a > .</ p >
330
330
< h2 id ="license "> < a class ="header " href ="#license "> License</ a > </ h2 >
331
331
< p > The scripts and documentation in this project are released under the < a href ="https://choosealicense.com/licenses/mit "> MIT</ a > .</ p >
332
332
< p > Dependencies (that are redistributed by us in binary form) have the following
0 commit comments