dazza5000
04/22/2022, 6:33 PMSha Sha Chu
04/22/2022, 7:01 PMPaul Dingemans
04/26/2022, 5:55 PMdazza5000
04/26/2022, 6:03 PMdazza5000
04/26/2022, 6:05 PMWhat ktlint rules are not fully supported by the Android Studio formatter and fail on our project?
Rule: File must end with a newline (\n)
<https://stackoverflow.com/a/28660298/3268303>
Rule: Parameter should be on a separate line (unless all parameters can fit a single line)
<https://github.com/pinterest/ktlint/issues/206> `
Rule: Missing newline after "(" and Missing newline before ")"
<https://github.com/pinterest/ktlint/issues/1237#issuecomment-1103135680>
Rule: Missing space after //
<https://github.com/pinterest/ktlint/issues/298>
Rule: Imports must be ordered in lexicographic order without any empty lines in-between
<https://github.com/pinterest/ktlint/issues/527>
Rule: Redundant curly braces
Rule: Unnecessary long whitespace
dazza5000
04/26/2022, 6:05 PMPaul Dingemans
04/26/2022, 6:15 PMdazza5000
04/26/2022, 6:20 PMdazza5000
04/26/2022, 6:20 PMdazza5000
04/26/2022, 6:20 PMSha Sha Chu
04/26/2022, 6:21 PM