rspec/rules/S107/ruby/noncompliant.adoc

7 lines
85 B
Plaintext
Raw Normal View History

2023-08-10 16:54:47 +02:00
[source,ruby]
----
def modify(x1, y1, z1, x2, y2, z2) # Noncompliant
# ...
end
----