build(cmake): add clang-tidy integration (#1796)

Add helper scripts to run tidy/format on Windows.
This commit is contained in:
Oleg Shparber
2026-04-04 00:57:05 +03:00
committed by GitHub
parent 1dbc6942cb
commit 7c357960f3
7 changed files with 158 additions and 1 deletions
+3 -1
View File
@@ -28,8 +28,10 @@ SPDX-License-Identifier = "GPL-3.0-or-later"
# MIT for auxiliary files.
[[annotations]]
path = [
".clang-format",
".clang-format-ignore",
".clang-format",
".clang-tidy",
".clangd",
".editorconfig",
".gitattributes",
".github/**/*",