JakeWharton / timber

A logger with a small, extensible API which provides utility on top of Android's normal Log class.
https://jakewharton.github.io/timber/docs/5.x/
Apache License 2.0
10.46k stars 962 forks source link

Lint check disappearing when duplicating default checks #397

Open TobiasReich opened 4 years ago

TobiasReich commented 4 years ago

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:

Screenshot 2020-07-15 at 12 38 20

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

Screenshot 2020-07-15 at 12 38 37

Am I missing something there?

JakeWharton commented 4 years ago

Is this in the IDE? Seems like an IDE bug. We don't have any control over how this works. Want to file a bug on the Android Studio issue tracker?