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

This commit is contained in:
Alex Kremer
2026-03-31 18:29:45 +01:00
committed by Bart
parent 7315c57edc
commit 2dc705bd99
469 changed files with 3915 additions and 3965 deletions

View File

@@ -26,7 +26,7 @@ public:
testcase("Backend type=" + type);
Section params;
beast::temp_dir tempDir;
beast::temp_dir const tempDir;
params.set("type", type);
params.set("path", tempDir.path());