slackhq / slack-lints

A collection of custom Android/Kotlin lint checks we use in our Android and Kotlin code bases at Slack.
Apache License 2.0
225 stars 11 forks source link

Unify mock detectors to a single detector #76

Closed ZacSweers closed 1 year ago

ZacSweers commented 1 year ago

Currently each detector is a separate implementation. This works fine, but can result in a lot of duplicated work. Let's unify them into one detector with pluggable detectors that implement some interface.

Benefits

Each impl should still have a unique issue ID