We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda0c03 commit ce318b9Copy full SHA for ce318b9
1 file changed
.github/workflows/static-analysis-pr.yml
@@ -29,8 +29,8 @@ jobs:
29
cmake -S . -B build -G Ninja
30
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
31
-D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
32
- config_file: .clang-tidy
33
exclude: 3rdparty
+ clang_tidy_checks: ""
34
split_workflow: true
35
clang_tidy_version: "19"
36
lgtm_comment_body: ""
@@ -62,8 +62,8 @@ jobs:
62
63
64
65
66
67
68
69
0 commit comments