Skip to content

Commit e598839

Browse files
nashifcfriedt
authored andcommitted
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>
1 parent 358e796 commit e598839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contribute/coding_guidelines/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ should comply with the rules listed below.
666666
- All if else if constructs shall be terminated with an else statement
667667
- `Rule 15.7 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_15_07.c>`_
668668
- Required
669-
- N/A
669+
- CERT, MSC01-C <https://wiki.sei.cmu.edu/confluence/display/c/MSC01-C.+Strive+for+logical+completeness>
670670

671671
.. _MisraC_Rule_16_1:
672672
* - 90

0 commit comments

Comments
 (0)