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

Add blocking rxjava and coroutines calls to denylist #114

Closed ZacSweers closed 1 year ago

ZacSweers commented 1 year ago

This also opportunistically improves our error message reporting here to only report the name of the function in the call and be more precise, as linting the entire function cal adds a lot of noise in long chained calls