You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace all function bodies with body expressions in a single run (#2395)
If a file contains multiple function bodies that have to be replaced with a body expression, then all should be replaced with a single run of ktlint.
Closes#2394
Copy file name to clipboardexpand all lines: ktlint-ruleset-standard/src/main/kotlin/com/pinterest/ktlint/ruleset/standard/rules/FunctionExpressionBodyRule.kt
Copy file name to clipboardexpand all lines: ktlint-ruleset-standard/src/test/kotlin/com/pinterest/ktlint/ruleset/standard/rules/FunctionExpressionBodyRuleTest.kt
0 commit comments