From 985e3188ef5ffcdf82fd0c818aa3263d448d6670 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. And adding back bugprone-exception-escape to the profiles as it was removed by mistake. --- config/labels/analyzers/clang-tidy.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/labels/analyzers/clang-tidy.json b/config/labels/analyzers/clang-tidy.json index eb8dc4ae96..e96f121d14 100644 --- a/config/labels/analyzers/clang-tidy.json +++ b/config/labels/analyzers/clang-tidy.json @@ -188,7 +188,10 @@ ], "bugprone-exception-escape": [ "doc_url:https://clang.llvm.org/extra/clang-tidy/checks/bugprone-exception-escape.html", - "guideline:sei-cert", + "guideline:sei-cert", + "profile:extreme", + "profile:security", + "profile:sensitive", "sei-cert:dcl57-cpp", "sei-cert:err55-cpp", "sei-cert:msc53-cpp", @@ -4716,9 +4719,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": [