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
228 stars 13 forks source link

MustUseNamedParams is not registered in SlackIssueRegistry #254

Closed utwyko closed 6 months ago

utwyko commented 6 months ago

Not sure if this intended or not but wanted to call it out in case this was accidentally missed. The MustUseNamedParams issue from MustUseNamedParamsDetector is not registered in the SlackIssueRegistry. So for folks just including the artifact this check is not run.

Thanks for publishing these lint checks publicly, great work!

ZacSweers commented 6 months ago

Thanks! Fix is out in 0.7.1 now