From 3efb6abb9e0c9ac0965b32b0d911d9d17c2c8fda Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Mon, 5 Nov 2018 16:30:53 +1100 Subject: [PATCH] Minor misra text update --- misra/misra_2012_text.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misra/misra_2012_text.txt b/misra/misra_2012_text.txt index 17236edf..8a0c4fef 100644 --- a/misra/misra_2012_text.txt +++ b/misra/misra_2012_text.txt @@ -32,7 +32,7 @@ No text specified Rule 5.2 No text specified Rule 5.3 -No text specified +Mandatory - An identifier (variable) in an outer scope shall not be redfined within an inner scope Rule 5.4 No text specified Rule 5.5 @@ -174,7 +174,7 @@ No text specified Rule 16.2 No text specified Rule 16.3 -No text specified +Mandatory - All cases within switchs must have an unconditional break statement Rule 16.4 Mandatory - All switch statements must have a default case Rule 16.5 @@ -282,4 +282,4 @@ No text specified Rule 22.5 No text specified Rule 22.6 -No text specified \ No newline at end of file +No text specified