You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/Coverity/coverity_misra.config
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,10 @@
42
42
deviation: "Rule 2.4",
43
43
reason: "Similar to the FreeRTOS Kernel, structures are always declared with both a struct tag and typedef alias. Some of these structs are always referred to by their typedef alias and thus the corresponding tags are unused."
44
44
},
45
+
{
46
+
deviation: "Rule 17.11",
47
+
reason: "_Noreturn is added by C standard as part of C11 and the FreeRTOS+TCP codebase is compatible with C90. This is a false positive as the Coverity is also run with C90 as the standard. "
48
+
},
45
49
{
46
50
deviation: "Directive 4.8",
47
51
reason: "We include lots of header files from other sources such as the kernel which defines structures that violate that Dir"
0 commit comments