Skip to content

Commit

Permalink
Merge pull request #3413 from bruntib/add_labels
Browse files Browse the repository at this point in the history
[config] Add some checker labels
  • Loading branch information
csordasmarton authored Sep 1, 2021
2 parents 0a57b98 + a621d39 commit b0db093
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,13 @@
"profile:extreme",
"severity:LOW"
],
"bugprone-suspicious-memory-comparison": [
"profile:default",
"guideline:sei-cert",
"sei-cert:exp42-c",
"sei-cert:flp37-c",
"severity:MEDIUM"
],
"bugprone-suspicious-memset-usage": [
"profile:default",
"profile:sensitive",
Expand Down Expand Up @@ -627,6 +634,11 @@
"sei-cert:err61-cpp",
"severity:HIGH"
],
"cert-exp42-c": [
"guideline:sei-cert",
"sei-cert:exp42-c",
"severity:MEDIUM"
],
"cert-fio38-c": [
"profile:default",
"profile:sensitive",
Expand All @@ -644,6 +656,11 @@
"sei-cert:flp30-c",
"severity:HIGH"
],
"cert-flp37-c": [
"guideline:sei-cert",
"sei-cert:flp37-c",
"severity:MEDIUM"
],
"cert-mem57-cpp": [
"profile:default",
"profile:sensitive",
Expand Down Expand Up @@ -1686,6 +1703,9 @@
"readability-function-size": [
"severity:STYLE"
],
"readability-identifier-length": [
"severity:STYLE"
],
"readability-identifier-naming": [
"severity:STYLE"
],
Expand Down

0 comments on commit b0db093

Please sign in to comment.