rspec/rules/S108/kotlin/rule.adoc

31 lines
558 B
Plaintext
Raw Normal View History

== Why is this an issue?
2020-06-30 10:16:44 +02:00
include::../description.adoc[]
include::../noncompliant.adoc[]
=== Exceptions
2020-06-30 10:16:44 +02:00
When a block contains a comment, this block is not considered to be empty.
2021-02-02 15:02:10 +01:00
2021-01-27 13:42:22 +01:00
``++while++`` and unless loops are also exception to the rule.
2020-06-30 10:16:44 +02:00
----
while (order.processNext()); // Compliant
----
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[]