rspec/rules/S108/swift/code-example.adoc
2023-06-15 19:03:19 +02:00

5 lines
125 B
Plaintext

[source,swift]
----
for (var i = 0; i < 42; i++){} // Noncompliant: is the block empty on purpose, or is code missing?
----