From 72bc522fa7b51f8d553230768a65c11a69a12786 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Mon, 29 Jun 2026 19:08:03 -0400 Subject: [PATCH] Revert "fixup! Review feedback from @gregtatcam, plus a few extras" This reverts commit 000cf9f489392b19d8876dae3e8da59258e5e6d8. --- include/xrpl/basics/Number.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xrpl/basics/Number.h b/include/xrpl/basics/Number.h index 7ae21e39bd..18489bdb3a 100644 --- a/include/xrpl/basics/Number.h +++ b/include/xrpl/basics/Number.h @@ -127,7 +127,7 @@ struct MantissaRange final using rep = std::uint64_t; enum class MantissaScale { - // NOLINTBEGIN - The values don't matter, except for Large + // NOLINTBEGIN(readability-enum-initial-value) - The values don't matter, except for Large // Small can be removed when either featureSingleAssetVault or featureLendingProtocol are // retired Small, @@ -141,7 +141,7 @@ struct MantissaRange final // in the extremely unlikely case that a downstream project made use of it. Note that // because the behavior changed, this may still be a breaking change. Large = Large330, - // NOLINTEND + // NOLINTEND(readability-enum-initial-value) }; // This entire enum can be removed when the last relevant amendment is retired