<https://twitter.com/tagir_valeev/status/144141567...
# detekt
b
https://twitter.com/tagir_valeev/status/1441415679534583808?s=19 interesting. We should take a look to that code and see if we can port it. It would be even better if we could create a generic adapter so we could run intellij rules as we run ktlint rules.
🙏 1
s
For my personal experience of IJ code, that code is likely going to heavily depend on IJ APIs and code. So YMMV there.
Also a reminder folks can use Qodana to run IJ inspections on the CI, which may make it less interesting to duplicate them in Detekt
👍 1
b
Thanks for the feedback! I didn't know about Qodana. If that exists already it doesn't make sense to us expend time on it. It would be a cool 3rd party plugin but I don't think that detekt should maintain it.
s
Given that as far as I know Qodana is essentially running IJ headless (plus other checks) to get inspection results, I was wondering whether the Detekt IJ plugin could be used to integrate Detekt results in Qodana. Can try and put you in touch with the Qodana team if you're interested