Skip to content

Commit

Permalink
Merge pull request Ericsson#3789 from bruntib/not_sensitive_checkers
Browse files Browse the repository at this point in the history
[cfg] Remove some checkers from sensitive profile
  • Loading branch information
dkrupp authored Nov 9, 2022
2 parents 5aff7f2 + 31fd876 commit 00d7309
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@
"bugprone-macro-parentheses": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/bugprone/macro-parentheses.html",
"profile:extreme",
"profile:sensitive",
"severity:MEDIUM"
],
"bugprone-macro-repeated-side-effects": [
Expand Down Expand Up @@ -400,7 +399,6 @@
"bugprone-reserved-identifier": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/bugprone/reserved-identifier.html",
"profile:extreme",
"profile:sensitive",
"severity:LOW"
],
"bugprone-shared-ptr-array-mismatch": [
Expand Down Expand Up @@ -696,7 +694,6 @@
"guideline:sei-cert",
"profile:extreme",
"profile:security",
"profile:sensitive",
"sei-cert:dcl37-c",
"severity:LOW"
],
Expand All @@ -714,7 +711,6 @@
"guideline:sei-cert",
"profile:extreme",
"profile:security",
"profile:sensitive",
"sei-cert:dcl51-cpp",
"severity:LOW"
],
Expand Down Expand Up @@ -5268,7 +5264,6 @@
"doc_url:https://releases.llvm.org/6.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/misc-macro-parentheses.html",
"profile:default",
"profile:extreme",
"profile:sensitive",
"severity:MEDIUM"
],
"misc-macro-repeated-side-effects": [
Expand Down

0 comments on commit 00d7309

Please sign in to comment.