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
222 stars 11 forks source link

Add support for mock report modes + CSV format #152

Closed ZacSweers closed 9 months ago

ZacSweers commented 9 months ago

This allows us to optionally include all mocked types found in mock report files, not just errors. We'd never report non-errors as lint errors, but this gives us some useful infrastructure to reuse. Especially important as not all mock type checkers are error severity.