diff --git a/.clang-tidy b/.clang-tidy index 566fa5b22..725ab31e1 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -64,5 +64,9 @@ CheckOptions: value: lower_case - key: readability-function-cognitive-complexity.Threshold value: 10 + - key: readability-function-cognitive-complexity.IgnoreMacros + value: true - key: readability-function-size.ParameterThreshold value: 4 + - key: cppcoreguidelines-pro-type-member-init.IgnoreArrays + value: true diff --git a/cmake/ConfigureAbseil.cmake b/cmake/ConfigureAbseil.cmake index 8da1c1a37..518008e4b 100644 --- a/cmake/ConfigureAbseil.cmake +++ b/cmake/ConfigureAbseil.cmake @@ -26,7 +26,7 @@ ExternalProject_Add(abseil BINARY_DIR ${ABSEIL_PATH}/build STAMP_DIR ${ABSEIL_PATH}/stamp GIT_REPOSITORY https://github.com/Geode-solutions/abseil-cpp - GIT_TAG 20240715 + GIT_TAG d6ff87a43b5a7f6c9d9dbaa64222ae4a6088ceef GIT_SHALLOW ON GIT_PROGRESS ON CMAKE_GENERATOR ${CMAKE_GENERATOR}