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

@ -44,6 +44,8 @@ TEST_CASE("JsonDocument constructor") {
JsonDocument doc2(std::move(doc1));
REQUIRE(doc2.as<std::string>() == "The size of this string is 32!!");
// NOLINTNEXTLINE(clang-analyzer-cplusplus.Move)
REQUIRE(doc1.as<std::string>() == "null");
}
REQUIRE(spyingAllocator.log() == AllocatorLog{