chore: Add clang-tidy 19 checks (#1774)

Fix #1664
This commit is contained in:
Alex Kremer
2024-12-09 16:27:53 +00:00
committed by GitHub
parent a7074dbf0f
commit 475e309f25
87 changed files with 3135 additions and 2711 deletions

View File

@@ -34,6 +34,7 @@ namespace util {
* @return The transaction types in lowercase
*/
[[nodiscard]] std::unordered_set<std::string> const&
// NOLINTNEXTLINE(misc-use-internal-linkage)
getTxTypesInLowercase()
{
static std::unordered_set<std::string> const typesKeysInLowercase = []() {