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

5 lines
135 B
Plaintext

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