doc: coding guidelines: add reference to MSC01-C for rule 15.7

Add a reference to CERT MSC01-C.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-07-23 20:47:06 -04:00 committed by Chris Friedt
parent 358e796374
commit e5988398e3

View File

@ -666,7 +666,7 @@ should comply with the rules listed below.
- All if else if constructs shall be terminated with an else statement
- `Rule 15.7 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_15_07.c>`_
- Required
- N/A
- CERT, MSC01-C <https://wiki.sei.cmu.edu/confluence/display/c/MSC01-C.+Strive+for+logical+completeness>
.. _MisraC_Rule_16_1:
* - 90