-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added an Android Lint check that ensures the correct Log class is used #83
Conversation
eygraber
commented
Nov 18, 2024
- Heavily inspired by Timber
- https://github.com/JakeWharton/timber
- Heavily inspired by Timber - https://github.com/JakeWharton/timber
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
=========================================
Coverage 80.16% 80.16%
Complexity 117 117
=========================================
Files 15 15
Lines 247 247
Branches 16 16
=========================================
Hits 198 198
Misses 46 46
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, this is awesome! Thanks, @eygraber!
Just have a few minor questions/comments.
khronicle-android-lint/src/test/kotlin/WrongLogUsageDetectorTest.kt
Outdated
Show resolved
Hide resolved
Thanks for the contribution, @eygraber! |
This comment was marked as outdated.
This comment was marked as outdated.
Should be available in 0.4.1 release. |
Awesome, thank you! |