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
-private val isSelected: Boolean, // This is only here to invalidate all the other items.+private val isSelected: Boolean,// This is only here to invalidate all the other items.
And running ktlint again, it conflicts with:
experimental:parameter-list-spacing
comma-spacing
comment-spacing
30:34: Whitespace after ',' is missing (experimental:parameter-list-spacing)
30:35: Missing spacing after "," (comma-spacing)
30:35: Missing space before // (comment-spacing)
So the initial error seems to be a false positive.
The text was updated successfully, but these errors were encountered:
After updating to Version 0.46.0, the following line gets flagged when using the experimental flag:
When correcting it:
And running ktlint again, it conflicts with:
So the initial error seems to be a false positive.
The text was updated successfully, but these errors were encountered: