Skip to content

Commit

Permalink
Merge pull request #3432 from bruntib/add_labels_to_checkers
Browse files Browse the repository at this point in the history
[config] Add some labels to checkers
  • Loading branch information
csordasmarton authored Sep 10, 2021
2 parents 0168f93 + 3bca790 commit d0e2d7b
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 d0e2d7b

Please sign in to comment.