From 1284f8cf39e8ba44e837d4dac0bace89cb7a0c26 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 25 Mar 2025 20:26:40 +0530 Subject: Refactor webview index with id + add web.tabs.close --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index b4cca2b..b5dd4f7 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -15,6 +15,7 @@ Checks: > , -readability-convert-member-functions-to-static , -readability-implicit-bool-conversion , -bugprone-easily-swappable-parameters + , -readability-math-missing-parentheses # , cppcoreguidelines-owning-memory # , cppcoreguidelines-* -- cgit v1.3.1