Skip to content

Commit 6c9706c

Browse files
committed
Do not fix the .clang-tidy config file
1 parent 2456698 commit 6c9706c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static-analysis-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
cmake -S . -B build -G Ninja
3030
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
3131
-D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
32-
config_file: .clang-tidy
3332
exclude: 3rdparty
33+
clang_tidy_checks: ""
3434
split_workflow: true
3535
clang_tidy_version: "19"
3636
lgtm_comment_body: ""
@@ -62,8 +62,8 @@ jobs:
6262
cmake -S . -B build -G Ninja
6363
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
6464
-D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
65-
config_file: .clang-tidy
6665
exclude: 3rdparty
66+
clang_tidy_checks: ""
6767
split_workflow: true
6868
clang_tidy_version: "19"
6969
lgtm_comment_body: ""

0 commit comments

Comments
 (0)