rspec/rules/S125/cfamily/rule.adoc

9 lines
379 B
Plaintext
Raw Normal View History

2020-06-30 10:16:44 +02:00
include::../description.adoc[]
== See
* MISRA C:2004, 2.4 - Sections of code should not be "commented out".
2021-01-26 14:30:57 +01:00
* MISRA {cpp}:2008, 2-7-2 - Sections of code shall not be "commented out" using C-style comments.
* MISRA {cpp}:2008, 2-7-3 - Sections of code should not be "commented out" using {cpp} comments.
2020-06-30 10:16:44 +02:00
* MISRA C:2012, Dir. 4.4 - Sections of code should not be "commented out"