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
I have some linter requests that should probably be implemented by Google, because they don't fall in a "best-practice" but rather in a "issue" category, such as
I currently wouldn't know how to contribute to their linter. Also, I am not sure when or if at al they will implement those linter rules. So because of that: Should this repo implement them then, or not?
The text was updated successfully, but these errors were encountered:
For this one we are adopting internally kotlinx immutable collections which Compose understands. We are already using it for our paginated lists model, no issues. The plan we are following with that is to add linters for our MviViewModels to use PersistentList/Map/Set in them, and to add linters too for consumption of Lists in composables. This will likely end up being in this repo. Eventually the mutable check will flag Lists too, so we can denylist them easily (but I'd rather offer a custom message for that one, pointing to ImmutableList)
Oh wow this is a pretty imaginative one. But it would make sense to do as well. Might be harder than it looks looking at the code at face value (if there are different overrides with different types, as without class solving in ktlint I doubt we can do this safely easily).
I have some linter requests that should probably be implemented by Google, because they don't fall in a "best-practice" but rather in a "issue" category, such as
I currently wouldn't know how to contribute to their linter. Also, I am not sure when or if at al they will implement those linter rules. So because of that: Should this repo implement them then, or not?
The text was updated successfully, but these errors were encountered: