rspec/rules/S122/ruby/noncompliant.adoc

5 lines
75 B
Plaintext
Raw Normal View History

2023-06-16 15:38:45 +02:00
[source,ruby]
----
if someCondition; puts "hello"; end # Noncompliant
----