7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
![]() |
[source,swift]
|
||
|
----
|
||
|
if someCondition { doSomething() } // Noncompliant
|
||
|
|
||
|
var result = doSomething(); return result // Noncompliant
|
||
|
----
|