bangarharshit / Rx-Error-Prone

A set of static analysis tools (error prone checks and lint) to catch common Rx-Java mistake.
MIT License
6 stars 0 forks source link

Autodispose checks #7

Closed bangarharshit closed 6 years ago

bangarharshit commented 6 years ago

Uber/Ribs has a check for autodispose - It is applicable for activity, fragment, and any other component as well.

bangarharshit commented 6 years ago

It lives in autodispose repo itself for quick updates.