19 lines
450 B
Plaintext
19 lines
450 B
Plaintext
include::../description.adoc[]
|
|
|
|
== Noncompliant Code Example
|
|
|
|
----
|
|
for (var i = 0; i < length; i++) {} // Empty on purpose or missing piece of code ?
|
|
----
|
|
|
|
== Exceptions
|
|
|
|
When a block contains a comment, this block is not considered to be empty. Moreover ``++catch++`` blocks are ignored.
|
|
|
|
ifdef::env-github,rspecator-view[]
|
|
== Comments And Links
|
|
(visible only on this page)
|
|
|
|
include::../comments-and-links.adoc[]
|
|
endif::env-github,rspecator-view[]
|