Skip to content

Commit cc42e7e

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

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ 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
3433
split_workflow: true
3534
clang_tidy_version: "19"
@@ -62,7 +61,6 @@ jobs:
6261
cmake -S . -B build -G Ninja
6362
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
6463
-D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
65-
config_file: .clang-tidy
6664
exclude: 3rdparty
6765
split_workflow: true
6866
clang_tidy_version: "19"

0 commit comments

Comments
 (0)