From 9b60940bf22c03d3a222bc3528ab60b598975657 Mon Sep 17 00:00:00 2001 From: Loyal-Young <266632325+Loyal-Young@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:52:18 +0800 Subject: [PATCH] chore: enable bugprone clang-tidy checks --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 096255cfd..e6d61be58 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,5 +1,6 @@ Checks: > -*, + bugprone-*, modernize-use-nullptr, modernize-use-override, WarningsAsErrors: "*"