From e8b48fb6e65ef800b0fa8b6d8b6ce72485193323 Mon Sep 17 00:00:00 2001 From: Daniel Krupp Date: Tue, 27 May 2025 17:47:57 +0200 Subject: [PATCH] removing clang-diagnostic-implicit-void-ptr-cast from the sensitive profile The checker is too noisy on open source projects --- config/labels/analyzers/clang-tidy.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config/labels/analyzers/clang-tidy.json b/config/labels/analyzers/clang-tidy.json index cf38e14c1e..5ce8e49652 100644 --- a/config/labels/analyzers/clang-tidy.json +++ b/config/labels/analyzers/clang-tidy.json @@ -3188,7 +3188,6 @@ "clang-diagnostic-implicit-void-ptr-cast": [ "doc_url:https://clang.llvm.org/docs/DiagnosticsReference.html#wimplicit-void-ptr-cast", "profile:extreme", - "profile:sensitive", "severity:MEDIUM" ], "clang-diagnostic-implicitly-unsigned-literal": [