Skip to content

Commit

Permalink
Merge pull request #3494 from dkrupp/remove_virt_destr_checker
Browse files Browse the repository at this point in the history
Removing cppcoreguidelines-virtual-class-destructor from the profiles
  • Loading branch information
csordasmarton authored Nov 12, 2021
2 parents a0fbc8c + 985e318 commit 153b0e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 153b0e0

Please sign in to comment.