Add clang tidy (#864)

Fixes #863
This commit is contained in:
Sergey Kuznetsov
2023-10-03 10:43:54 +01:00
committed by GitHub
parent 69f5025a29
commit 4b53bef1f5
198 changed files with 2168 additions and 1288 deletions

View File

@@ -44,8 +44,8 @@ protected:
{
HandlerBaseTest::SetUp();
MockSubscriptionManagerTest::SetUp();
util::Config cfg;
util::TagDecoratorFactory tagDecoratorFactory{cfg};
util::Config const cfg;
util::TagDecoratorFactory const tagDecoratorFactory{cfg};
session_ = std::make_shared<MockSession>(tagDecoratorFactory);
}
void