Hi, is it possible to define separate rules for subsets of sources? My case is that I have some part of the code that should be purely functional and checked with https://github.com/neeffect/kure-potlin, the rest is “impure” and should follow general Kotlin rules.
Is it possible?