Skip to content

Commit 8286b0e

Browse files
committed
doc: coding guidelines: clarify severity
Make a note about the severity column which is informational and directly taken from MISRA. All rules in the table are required for Zephyr. Signed-off-by: Anas Nashif <[email protected]>
1 parent ff3d5f8 commit 8286b0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/contribute/coding_guidelines/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ Main rules
99

1010
The coding guideline rules are based on MISRA-C 2012 and are a **subset** of MISRA-C.
1111
The subset is listed in the table below with a summary of the rules, its
12-
severity and the equivalent rules from other standards for reference.
12+
MISRA-C severity and the equivalent rules from other standards for reference.
13+
14+
The severity and other references in the table below are for informational
15+
purposes only. The listed rules are all required for Zephyr and all new code
16+
should comply with the rules listed below.
17+
1318

1419
.. note::
1520

0 commit comments

Comments
 (0)