From 52bb9813716cd4308702d44d69fb3a448500f50f Mon Sep 17 00:00:00 2001 From: mikhnenko Date: Wed, 15 Oct 2025 22:59:56 +0300 Subject: Mute or fix some checks improved in clang-tidy20 in library commit_hash:e93b9ad8b27da3da2372b00bf59ae87a98d0b862 --- library/cpp/testing/unittest/registar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library/cpp/testing') diff --git a/library/cpp/testing/unittest/registar.h b/library/cpp/testing/unittest/registar.h index c6c1281b4db..b3b206ec5c1 100644 --- a/library/cpp/testing/unittest/registar.h +++ b/library/cpp/testing/unittest/registar.h @@ -714,6 +714,7 @@ public: \ //values #define UNIT_ASSERT_VALUES_EQUAL_IMPL(A, B, C, EQflag, EQstr, NEQstr) \ do { \ + /* NOLINTBEGIN(bugprone-reserved-identifier, readability-identifier-naming) */ \ TString _as; \ TString _bs; \ TString _asInd; \ @@ -727,6 +728,7 @@ public: \ } \ UNIT_FAIL_IMPL("assertion failed", failMsg); \ } \ + /* NOLINTEND(bugprone-reserved-identifier, readability-identifier-naming) */ \ } while (false) #define UNIT_ASSERT_VALUES_EQUAL_C(A, B, C) \ -- cgit v1.3