mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 06:40:53 +00:00
clang-tidy had been skipped on this branch while CMake configure was failing, so these findings in makeStageSpan surfaced only now: - brace the three single-statement if bodies (readability-braces-around-statements) - compare the pointer parameter explicitly against nullptr (readability-implicit-bool-conversion) - include xrpl/protocol/Protocol.h for LedgerIndex (misc-include-cleaner)