rspec/rules/S108/swift/rule.adoc
2020-06-30 10:16:44 +02:00

10 lines
182 B
Plaintext

include::../description.adoc[]
== Noncompliant Code Example
----
for (var i = 0; i < 42; i++){} // Empty on purpose or missing piece of code ?
----
include::../exceptions.adoc[]