Hello, everyone! What's the best way to use dete...
# detekt
a
Hello, everyone! What's the best way to use detekt with a baseline in a multimodel project and making sure that it checks only files that were changed in this commit?
b
Run detekt only on changed commits is a challenge. You can do it but you will not run detekt with type solving. And detekt without type solving lose a lot of power.