style: clang-tidy auto fixes (#1796)

Fixes #1795. Turning off noisy clang-tidy check.
This commit is contained in:
github-actions[bot]
2024-12-18 13:51:39 +00:00
committed by GitHub
parent 64b50b419f
commit 017cf2adc9
12 changed files with 28 additions and 53 deletions

View File

@@ -34,7 +34,6 @@ 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 = []() {