ci: Update clang-tidy to nix-based v22 (#7412)

This commit is contained in:
Ayaz Salikhov
2026-06-05 15:11:47 +01:00
committed by GitHub
parent 8abe82eefa
commit 2111bb4b95
35 changed files with 1392 additions and 528 deletions

View File

@@ -70,7 +70,7 @@ class WSClientImpl : public WSClient
continue;
ParsedPort pp;
parsePort(pp, cfg[name], log);
if (pp.protocol.count(ps) == 0)
if (!pp.protocol.contains(ps))
continue;
using namespace boost::asio::ip;
if (pp.ip && pp.ip->is_unspecified())