mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 08:30:30 +00:00
CI enabled more clang-tidy checks via the upstream merge: - DiscardScope discardScope -> const (misc-const-correctness) - drop the (::max)() Windows macro-guard parens; NOMINMAX is defined project-wide so the bare form is correct (readability-redundant-parentheses) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>