does not give any coding rule violation.
However extra statements on the specific case labels or on the default case label of a switch shall give a warning:
"Put case labels on a separate line"
And the break shall also be treated as a separate statement.