chore: Enable clang-tidy misc checks (#6655)

This commit is contained in:
Alex Kremer
2026-03-31 18:29:45 +01:00
committed by GitHub
parent c3fae847f3
commit 2502befb42
469 changed files with 3915 additions and 3965 deletions

View File

@@ -93,7 +93,7 @@ public:
// Offers for the good quality path
env(offer(carol, BTC(1), USD(100)));
PathSet paths(Path(XRP, USD), Path(USD));
PathSet const paths(Path(XRP, USD), Path(USD));
env(pay(alice, bob, USD(100)),
json(paths.json()),
@@ -419,7 +419,7 @@ public:
auto const EUR = gw["EUR"];
auto tinyAmount = [&](IOU const& iou) -> PrettyAmount {
STAmount amt(
STAmount const amt(
iou.issue(),
/*mantissa*/ 1,
/*exponent*/ -81);