refactor: Enable remaining clang-tidy cppcoreguidelines checks (#6538)

This commit is contained in:
Alex Kremer
2026-03-17 19:09:05 +00:00
committed by GitHub
parent b523770486
commit 72f4cb097f
148 changed files with 424 additions and 397 deletions

View File

@@ -33,7 +33,7 @@ public:
{
auto onFetch = [&](error_code const& errorCode,
endpoint_type const& endpoint,
xrpl::detail::response_type&& resp) {
xrpl::detail::response_type const& resp) {
BEAST_EXPECT(!errorCode);
lastEndpoint_ = endpoint;
resolved_[endpoint.address().to_string()]++;