rspec/rules/S107/swift/noncompliant.adoc

7 lines
130 B
Plaintext
Raw Normal View History

2023-08-10 16:54:47 +02:00
[source,swift]
----
func setCoordinates(x1: Int, y1: Int, z1: Int, x2: Int, y2: Int, z2: Int) { // Noncompliant
// ...
}
----