Rightpoint / android-template

A `cookiecutter` template for Android projects
28 stars 4 forks source link

Add Lint Checker that Checks for `Log.`Recommends Timber Instead #25

Closed octohub closed 5 years ago

jkim24 commented 6 years ago

Here's a list of sample detectors from Google. Detectors do the heavy lifting in lint checks and you should be able to find a sample that does what we're looking for.

k-thryn commented 5 years ago

Because Timber includes a Log lint check, and template projects are generated with Timber pre-configured, we've decided not to reinvent the wheel! Closing this issue. Some other custom lint checks might be a nice an enhancement down the road, suggestions are welcome.