Skip to content

Commit 6f66123

Browse files
authored
docs: add back-navigation and standardize Used By (#241)
* docs: add back-navigation link and standardize Used By section - Add '← Back to cpp-linter hub' link near top of README (#10) - Add link to hub site from 'Used By' section (#9) * docs: use shields.io badge for back-navigation link * Fix badge duplication in README.md
1 parent a789c8f commit 6f66123

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![codecov](https://codecov.io/gh/cpp-linter/cpp-linter-hooks/branch/main/graph/badge.svg?token=L74Z3HZ4Y5)](https://codecov.io/gh/cpp-linter/cpp-linter-hooks)
66
[![Test](https://github.com/cpp-linter/cpp-linter-hooks/actions/workflows/test.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-hooks/actions/workflows/test.yml)
77
[![CodeQL](https://github.com/cpp-linter/cpp-linter-hooks/actions/workflows/codeql.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-hooks/actions/workflows/codeql.yml)
8+
[![cpp-linter hub](https://img.shields.io/badge/%F0%9F%8F%A0_cpp--linter_hub-%E2%86%90_home-22863a)](https://cpp-linter.github.io/)
89

910
A pre-commit hook repository for C/C++ projects that installs and runs
1011
`clang-format` and `clang-tidy` through the
@@ -329,6 +330,8 @@ Two self-contained templates plus quick snippets for other common setups.
329330
![IMSY-DKFZ](https://github.com/IMSY-DKFZ.png?size=20) IMSY-DKFZ and
330331
[many more](https://github.com/search?q=repo%3A%20https%3A%2F%2Fgithub.com%2Fcpp-linter%2Fcpp-linter-hooks&type=code).
331332

333+
See the [cpp-linter hub](https://cpp-linter.github.io/) for the full list of organizations using cpp-linter tools.
334+
332335
## FAQ
333336

334337
### What's the difference between [`cpp-linter-hooks`](https://github.com/cpp-linter/cpp-linter-hooks) and [`mirrors-clang-format`](https://github.com/pre-commit/mirrors-clang-format)?

0 commit comments

Comments
 (0)