From 8871806db1fc9f93e87502472b17b548589e81bc Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Thu, 21 May 2026 06:03:01 +0300 Subject: [PATCH] Add cpp-linter-hooks to Coding Style Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 293fa1339..a0ff2b3b1 100644 --- a/README.md +++ b/README.md @@ -1544,6 +1544,7 @@ regular expression pattern matching. [BSD] [website](https://pcre2project.github * [Artistic Style](http://astyle.sourceforge.net/) - A tool to format C/C++/C#/Obj-C/Java code. Also known as astyle. * [ClangFormat](http://clang.llvm.org/docs/ClangFormat.html) - A tool to format C/C++/Obj-C code. * [Clang-Tidy](http://clang.llvm.org/extra/clang-tidy.html) - Clang-based C++ linter tool. +* [cpp-linter-hooks](https://github.com/cpp-linter/cpp-linter-hooks) - Pre-commit hooks for C/C++ powered by clang-format and clang-tidy. [MIT] * [EditorConfig](https://editorconfig.org/) - EditorConfig helps maintain consistent coding styles across different editors and IDEs. * [Uncrustify](https://github.com/uncrustify/uncrustify) - Code beautifier.