ci: run custom clang-tidy module (#6626)

Inspired by https://github.com/Chatterino/chatterino2/pull/6623/files
This commit is contained in:
pajlada
2025-12-07 12:36:30 +01:00
committed by GitHub
parent 063ea3a01b
commit 574398639a
4 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -41,13 +41,13 @@ jobs:
- name: clang-tidy review
timeout-minutes: 20
uses: ZedThree/clang-tidy-review@v0.22.2
uses: pajlada/clang-tidy-review@48112868b38447d10d744c10758efa1acde09944
with:
build_dir: build-clang-tidy
config_file: ".clang-tidy"
split_workflow: true
exclude: "lib/*,tools/crash-handler/*,mocks/*"
extra_arguments: "-load=/usr/lib/ClazyClangTidy21.so"
extra_arguments: "--load=/usr/lib/ClazyClangTidy21.so --load=/usr/lib/chatterino-clang-tidy-module-21.so"
clang_tidy_version: 21
cmake_command: >-
./.CI/setup-clang-tidy.sh