Skip to content

Commit

Permalink
Merge pull request #3489 from csordasmarton/add_misra_c_guideline
Browse files Browse the repository at this point in the history
Add misra c guideline
  • Loading branch information
bruntib authored Nov 12, 2021
2 parents 8468d8b + f035e02 commit 661890e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4811,6 +4811,8 @@
],
"google-readability-braces-around-statements": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/google-readability-braces-around-statements.html",
"guideline:misra-c",
"misra-c:14.9",
"profile:extreme",
"severity:STYLE"
],
Expand Down
3 changes: 2 additions & 1 deletion config/labels/descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"UNSPECIFIED": "Checker severity is not specified for a checker."
},
"guideline": {
"sei-cert": "https://wiki.sei.cmu.edu/confluence/display/seccode"
"sei-cert": "https://wiki.sei.cmu.edu/confluence/display/seccode",
"misra-c": "https://www.misra.org.uk/"
}
}

0 comments on commit 661890e

Please sign in to comment.