File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ guidelines, with some noted exceptions. Compliance is checked with Coverity stat
66Deviations from the MISRA standard are listed below:
77
88### Ignored by [ Coverity Configuration] ( tools/coverity/misra.config )
9-
109| Deviation | Category | Justification |
1110| :-: | :-: | :-: |
1211| Directive 4.9 | Advisory | Allow inclusion of function like macros. |
@@ -16,7 +15,9 @@ Deviations from the MISRA standard are listed below:
1615| Rule 20.12 | Required | Allow use of ` assert() ` , which uses a parameter in both expanded and raw forms. |
1716
1817### Flagged by Coverity
19- * None.*
18+ | Deviation | Category | Justification |
19+ | :-: | :-: | :-: |
20+ | Rule 8.7 | Advisory | API functions are not used by the library; however, they must be externally visible in order to be used by an application. |
2021
2122### Suppressed with Coverity Comments
2223* None.*
You can’t perform that action at this time.
0 commit comments