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
Is your feature request related to a problem? Please describe.
In this comment #5132 (comment) we see that the naming was wrong. But Ktlint is not reporting this as an issue.
Describe the solution you'd like
Use Detekt that have rules for such things and have official plugin for gradle and Android Studio. It offer better experience also to extend than KTlint.
For some time we can keep both setup alongside they don't interfere with each other.
Additional context
I envision to add custom rules for our project like
forcing named params when there are multiple booleans without names (for better readability in PR)
forbid usage of android logger and encourage to use Timber
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In this comment #5132 (comment) we see that the naming was wrong. But Ktlint is not reporting this as an issue.
Describe the solution you'd like
Use Detekt that have rules for such things and have official plugin for gradle and Android Studio. It offer better experience also to extend than KTlint.
For some time we can keep both setup alongside they don't interfere with each other.
Additional context
I envision to add custom rules for our project like
The text was updated successfully, but these errors were encountered: