Emily Despas
04/03/2024, 6:09 PMMultilineLambdaItParameter
rule. Specifically we had a single statement lambda that rolled over multiple lines, but the rule didn't flag it. example repro:
fun detektTest(strings: List<String>): List<String> {
return strings
.flatMap {
it
.reader()
.readLines()
}
}
Emily Despas
04/03/2024, 6:10 PMBrais Gabin
04/05/2024, 4:34 PMEmily Despas
04/08/2024, 3:22 PMEmily Despas
04/08/2024, 5:22 PM