Cleanup
Recipes
- Remove method invocation parentheses around single lambda argument
- Remove trailing comma in Kotlin
- Remove unnecessary parentheses on Kotlin types
- Remove unnecessary trailing semicolon
- Replace
Char#toInt()
withChar#code
- Structural equality tests should use
==
or!=
it
shouldn't be used as a lambda parameter name