rspec/rules/S125/cfamily/rule.adoc

31 lines
779 B
Plaintext
Raw Normal View History

== Why is this an issue?
2020-06-30 10:16:44 +02:00
include::../description.adoc[]
=== Exceptions
This rule does not apply to code documentation using Doxygen, QDoc, markdown, or HTML tags.
== Resources
2020-06-30 10:16:44 +02:00
* 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"
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]