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

@@ -68,9 +68,7 @@ protected:
boost::log::register_simple_formatter_factory<util::Severity, char>("Severity");
});
namespace src = boost::log::sources;
namespace keywords = boost::log::keywords;
namespace sinks = boost::log::sinks;
namespace expr = boost::log::expressions;
auto core = boost::log::core::get();
@@ -126,7 +124,7 @@ struct AsyncAsioContextTest : virtual public NoLoggerFixture
runner.emplace([&] { ctx.run(); });
}
~AsyncAsioContextTest()
~AsyncAsioContextTest() override
{
work.reset();
if (runner->joinable())