Skip to content

Commit

Permalink
[config] Add some labels to checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
bruntib committed Sep 10, 2021
1 parent 6892118 commit 3bca790
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
"severity:LOW"
],
"bugprone-forwarding-reference-overload": [
"profile:default",
"profile:sensitive",
"profile:extreme",
"severity:LOW"
Expand Down Expand Up @@ -382,6 +383,7 @@
],
"bugprone-suspicious-memory-comparison": [
"profile:default",
"profile:security",
"guideline:sei-cert",
"sei-cert:exp42-c",
"sei-cert:flp37-c",
Expand Down
3 changes: 3 additions & 0 deletions config/labels/analyzers/clangsa.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
"alpha.webkit.UncountedCallArgsChecker": [
"profile:extreme"
],
"alpha.webkit.UncountedLocalVarsChecker": [
"profile:extreme"
],
"altera-struct-pack-align": [
"severity:LOW"
],
Expand Down

0 comments on commit 3bca790

Please sign in to comment.