rspec/rules/S122/ruby/noncompliant.adoc
2023-06-16 13:38:45 +00:00

5 lines
75 B
Plaintext

[source,ruby]
----
if someCondition; puts "hello"; end # Noncompliant
----