IIRC we don’t have a list of rules that rely on ty...
# detekt
g
IIRC we don’t have a list of rules that rely on type resolution. As a rule of thumb, if they contain this line:
Copy code
if (bindingContext == BindingContext.EMPTY) return
in the body of the rule source code, they need type resolutions to work. They will be skipped otherwise.
This is quite new, isn't it? I vaguely remember that there was once an implementation of these rules that didn't need any special setup. But then again, I might have been used my own Gradle tasks back in the day.