| Svc/CmdDispatcher/CommandDispatcherImpl.cpp:239 | 239 | cpp/fprime/jpl-c/checking-return-values | medium | The return value of non-void function [fetch_add](1) is not checked. |
| Svc/CmdDispatcher/CommandDispatcherImpl.cpp:44 | 44 | cpp/fprime/jpl-c/use-of-assertions-density | low | All functions of more than 10 lines should have at least one assertion, unless they handle errors by returning a status enum or bool, or by emitting a WARNING/FATAL event. |
| Svc/CmdDispatcher/CommandDispatcherImpl.cpp:109 | 109 | cpp/jpl-c/function-size-limits | low | seqCmdBuff_handler has too many lines (61, while 60 are allowed). |