Skip to content

Commit

Permalink
Removing cppcoreguidelines-virtual-class-destructor from the profiles
Browse files Browse the repository at this point in the history
cppcoreguidelines-virtual-class-destructor is unstable,
so removing it from the profiles
  • Loading branch information
dkrupp committed Nov 12, 2021
1 parent a0fbc8c commit 8478ce9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 8478ce9

Please sign in to comment.