applies clang-tidy fixes

This commit is contained in:
2024-12-18 19:23:05 +01:00
parent f8f1f2f54c
commit 2e4d0efb50
7 changed files with 8 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ if(ENABLE_CLANG_TIDY)
endif()
endif()
set(CLANG_FORMAT_EXCLUDE_PATTERNS "/third_party/")
set(CLANG_FORMAT_EXCLUDE_PATTERNS "/third_party/" "/build/")
find_package(ClangFormat)
find_package(ZLIB)
find_package(lz4)

View File

@@ -1,2 +1,3 @@
conan>=2.0
cmake
clang-format==14.0

2
scc

Submodule scc updated: 5046e6e54f...dd8a539df0