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,