rspec/rules/S107/swift/noncompliant.adoc
2023-08-10 16:54:47 +02:00

7 lines
130 B
Plaintext

[source,swift]
----
func setCoordinates(x1: Int, y1: Int, z1: Int, x2: Int, y2: Int, z2: Int) { // Noncompliant
// ...
}
----