Skip to content

Commit

Permalink
chore(config): [clang-tidy] Remove nonexistent checks
Browse files Browse the repository at this point in the history
  • Loading branch information
whisperity committed Apr 12, 2024
1 parent a4f1c46 commit da973bb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5104,12 +5104,6 @@
"profile:extreme",
"severity:LOW"
],
"cppcoreguidelines-avoid-capture-default-when-capturing-this": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines/avoid-capture-default-when-capturing-this.html",
"profile:extreme",
"profile:sensitive",
"severity:LOW"
],
"cppcoreguidelines-avoid-capturing-lambda-coroutines": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines/avoid-capturing-lambda-coroutines.html",
"profile:default",
Expand Down Expand Up @@ -5593,9 +5587,6 @@
"severity:LOW"
],
"linuxkernel-must-check-errs": [
"severity:STYLE"
],
"linuxkernel-must-use-errs": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/linuxkernel/must-use-errs.html",
"severity:STYLE"
],
Expand Down

0 comments on commit da973bb

Please sign in to comment.