mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
- MetricsRegistry.cpp: concatenate nested namespaces, add missing direct includes (Journal.h, string, string_view, cstdint), suppress readability-convert-member-functions-to-static in #else stubs by referencing enabled_ member, void unused instanceId parameter. - MetricsRegistry test: add missing direct includes (Log.h, Journal.h, uint256.h, io_context.hpp, optional, stdexcept, string), make throwUnimplemented() static, add [[nodiscard]] to getOpenLedger/ isStopping/getTrapTxID overrides, make const-eligible registry const. - PerfLogImp.cpp: add braces around if/else body per readability-braces-around-statements. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>