mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
chore: Enable most cppcoreguidelines checks (#7660)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user