From e5988398e37d9fe6f84c56faa498a85e829e81d3 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 23 Jul 2025 20:47:06 -0400 Subject: [PATCH] doc: coding guidelines: add reference to MSC01-C for rule 15.7 Add a reference to CERT MSC01-C. Signed-off-by: Anas Nashif --- doc/contribute/coding_guidelines/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute/coding_guidelines/index.rst b/doc/contribute/coding_guidelines/index.rst index 8b1e96d82bb..9a915beeb99 100644 --- a/doc/contribute/coding_guidelines/index.rst +++ b/doc/contribute/coding_guidelines/index.rst @@ -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 `_ - Required - - N/A + - CERT, MSC01-C .. _MisraC_Rule_16_1: * - 90