From effec438513543d53eb9d29b9d2de0b231bd7bce Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Thu, 21 May 2026 14:52:21 -0400 Subject: [PATCH] ignore clang-tidy --- include/xrpl/protocol/SOTemplate.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xrpl/protocol/SOTemplate.h b/include/xrpl/protocol/SOTemplate.h index 952ad346eb..05c9bedb39 100644 --- a/include/xrpl/protocol/SOTemplate.h +++ b/include/xrpl/protocol/SOTemplate.h @@ -27,6 +27,7 @@ enum SOEStyle { // NOLINTNEXTLINE(cppcoreguidelines-use-enum-class) enum SOETxMPTIssue { SoeMptNone, SoeMptSupported, SoeMptNotSupported }; +// NOLINTNEXTLINE(cppcoreguidelines-use-enum-class) enum SOEConstant { SoeImmutable, SoeMutable,