chore: Enable most cppcoreguidelines checks (#7660)

This commit is contained in:
Ayaz Salikhov
2026-07-07 14:12:52 +01:00
committed by GitHub
parent f5e63f8a91
commit c5a6de6ef7
29 changed files with 86 additions and 74 deletions

View File

@@ -1366,6 +1366,7 @@ public:
{
fail("Unable to build object from json");
}
// NOLINTNEXTLINE(cppcoreguidelines-slicing)
else if (STObject(j) != parsed.object)
{
log << "ORIG: " << j.getJson(JsonOptions::Values::None) << '\n'