refactor: Enable clang-tidy readability-identifier-naming check (#6571)

This commit is contained in:
Alex Kremer
2026-05-03 11:31:53 +01:00
committed by GitHub
parent 182d844996
commit 8995564ed6
1498 changed files with 58858 additions and 58914 deletions

View File

@@ -9,7 +9,7 @@
namespace xrpl::test {
class WSClient_test : public beast::unit_test::suite
class WSClient_test : public beast::unit_test::Suite
{
public:
void
@@ -19,8 +19,8 @@ public:
Env env(*this);
auto wsc = makeWSClient(env.app().config());
{
Json::Value jv;
jv["streams"] = Json::arrayValue;
json::Value jv;
jv["streams"] = json::ArrayValue;
jv["streams"].append("ledger");
}
env.fund(XRP(10000), "alice");