Hey, is it possible to exclude a rule based on the...
# detekt
h
Hey, is it possible to exclude a rule based on the receiver Name/type?
b
Could you give an example?
h
fun io.ktor.server.Application.Module() { }
Currently, I use detektBaseLine or Suppress to suppress the function name
b
No, it is not possible right now