Skip to content

Commit

Permalink
add new checker cppcoreguidelines-missing-std-forward
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jul 17, 2023
1 parent 7635407 commit d60ae30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4964,6 +4964,11 @@
"profile:extreme",
"severity:LOW"
],
"cppcoreguidelines-missing-std-forward": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines/missing-std-forward.html",
"profile:extreme",
"severity:LOW"
],
"cppcoreguidelines-narrowing-conversions": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines/narrowing-conversions.html",
"severity:MEDIUM"
Expand Down

0 comments on commit d60ae30

Please sign in to comment.