Join Slack
Powered by
Is there a detekt / ktlint rule to enforce formatt...
# detekt
s
Sebastian Schuberth
01/25/2023, 9:27 AM
Is there a
detekt
/
ktlint
rule to enforce formatting of non-one-liner function-expressions to be
Copy code
fun addResult(projectAnalyzerResult: ProjectAnalyzerResult) = apply { // ... }
instead of
Copy code
fun addResult(projectAnalyzerResult: ProjectAnalyzerResult) = apply { // ... }
?
3
Views
Open in Slack
Previous
Next