JakeWharton / JakeWharton/timber
Lint check disappearing when duplicating default checks
- Dominant language
- Kotlin
- Stars
- 10.9k
- Forks
- 994
- Avg merge
- 17h 16m
- Merged PRs (30d)
- 17
Description
For specific conditions we have different checks prepared.
The default ones are great for coding but the idea was to create a quick lint test for the code analysis. It should also include the warnings for Logging without Timber. However, when I duplicate the default checks this entry disappears.
The default lists looks like this:

But any duplicated set of rules is missing this entry looking like that:

Am I missing something there?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the lint-check duplication described in the issue and compare the default checks with a duplicated set. Trace where the “Logging without Timber” warning is defined or filtered; done means duplicated checks retain that warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100