CI: upgrade clang-tidy

This commit is contained in:
Benoit Blanchon
2025-05-20 19:17:17 +02:00
parent 5e5c287978
commit 411424b74e
4 changed files with 22 additions and 16 deletions

View File

@ -69,6 +69,8 @@ TEST_CASE("JsonDocument assignment") {
doc2 = std::move(doc1);
REQUIRE(doc2.as<std::string>() == "{\"hello\":\"world\"}");
// NOLINTNEXTLINE(clang-analyzer-cplusplus.Move)
REQUIRE(doc1.as<std::string>() == "null");
}
REQUIRE(spyingAllocator.log() == AllocatorLog{