Skip to content

Commit

Permalink
Merge pull request Ericsson#4291 from whisperity/chore/config/fix-che…
Browse files Browse the repository at this point in the history
…cker-label-invariants

chore(config): Apply invariant fixes from `label-tool`
  • Loading branch information
bruntib authored Aug 13, 2024
2 parents 22cada3 + 1a87928 commit 9693dbb
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 4 deletions.
8 changes: 5 additions & 3 deletions config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,9 @@
"guideline:sei-cert",
"label-tool-skip:severity",
"profile:default",
"profile:extreme",
"profile:security",
"profile:sensitive",
"sei-cert:exp33-c",
"severity:HIGH"
],
Expand Down Expand Up @@ -3190,8 +3192,8 @@
"doc_url:https://clang.llvm.org/docs/DiagnosticsReference.html#winvalid-noreturn",
"guideline:sei-cert",
"profile:security",
"severity:MEDIUM",
"sei-cert:msc53-cpp"
"sei-cert:msc53-cpp",
"severity:MEDIUM"
],
"clang-diagnostic-invalid-offsetof": [
"doc_url:https://clang.llvm.org/docs/DiagnosticsReference.html#winvalid-offsetof",
Expand Down Expand Up @@ -4166,10 +4168,10 @@
"guideline:sei-cert",
"label-tool-skip:severity",
"profile:default",
"sei-cert:exp45-c",
"profile:extreme",
"profile:security",
"profile:sensitive",
"sei-cert:exp45-c",
"severity:MEDIUM"
],
"clang-diagnostic-parentheses-equality": [
Expand Down
2 changes: 1 addition & 1 deletion config/labels/analyzers/clangsa.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
"profile:default",
"profile:extreme",
"profile:security",
"profile:security",
"profile:sensitive",
"sei-cert:env31-c",
"sei-cert:env34-c",
Expand Down Expand Up @@ -1077,6 +1076,7 @@
],
"unix.cstring.NullArg": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#unix-cstring-nullarg-c",
"guideline:sei-cert",
"profile:default",
"profile:extreme",
"profile:security",
Expand Down
Loading

0 comments on commit 9693dbb

Please sign in to comment.