From 8478ce93523ebb2d16d20d5a5f11bec725b0ec68 Mon Sep 17 00:00:00 2001 From: Daniel Krupp Date: Fri, 12 Nov 2021 13:19:37 +0100 Subject: [PATCH] Removing cppcoreguidelines-virtual-class-destructor from the profiles cppcoreguidelines-virtual-class-destructor is unstable, so removing it from the profiles --- config/labels/analyzers/clang-tidy.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/labels/analyzers/clang-tidy.json b/config/labels/analyzers/clang-tidy.json index eb8dc4ae96..6b4b2817b9 100644 --- a/config/labels/analyzers/clang-tidy.json +++ b/config/labels/analyzers/clang-tidy.json @@ -4716,9 +4716,6 @@ ], "cppcoreguidelines-virtual-class-destructor": [ "doc_url:https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines-virtual-class-destructor.html", - "profile:default", - "profile:extreme", - "profile:sensitive", "severity:MEDIUM" ], "darwin-avoid-spinlock": [