Is there a detekt/findbugs for Arrow? I sometimes ...
# arrow
j
Is there a detekt/findbugs for Arrow? I sometimes forget to bind my Eithers and I'd like the build to fail next time I do it
s
Does the IgnoredReturnValue detekt rule help you? I think you might be able to configure it to warn when you create an either and then don't use it.
g
We’re happy to include an Arrow ruleset in our marketplace if someone creates one 🙂
s
We'd love for there to be one, and will happily create a repo for it on the Arrow org if anyone is interested in putting it there but we'd also be happy to promote a it on the Arrow website if it's hosted elsewhere ☺️
w
My team has implemented a rule like that, we would be happy to publish it if possible
d
Hey! 👋 https://github.com/woltapp/arrow-detekt-rules Here's the rule that Wilerson was talking about, sorry, took some time to opensource it. Hope you'll find it useful and looking forward to more Arrow-related rule ideas :)
s
Awesome!