-
Notifications
You must be signed in to change notification settings - Fork 963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lint fix for "Using 'Log' instead of 'Timber...' is incorrectly applied #380
Comments
I'm still having the same issue. Any ETA for that? |
In this statement, for the java source quick fix |
Hi, I see the linked pull request is still open, but there don't seem to be any issues with it. Can we have it merged? |
fix JakeWharton#380 Quick-Fix incorrectly applied in kotlin
The lint checks that are applied whenever you use
Log
instead ofTimber
suggests that you should useTimber
instead.e.g.
However, when you apply the suggested fix (1st or 2nd option in the screenshot), you get:
Update: This is only an issue in Kotlin.
The text was updated successfully, but these errors were encountered: