https://kotlinlang.org logo
#detekt
Title
# detekt
h

hfhbd

05/09/2022, 8:31 AM
Hey, is it possible to exclude a rule based on the receiver Name/type?
b

Brais Gabin

05/09/2022, 9:05 AM
Could you give an example?
h

hfhbd

05/09/2022, 9:06 AM
fun io.ktor.server.Application.Module() { }
Currently, I use detektBaseLine or Suppress to suppress the function name
b

Brais Gabin

05/09/2022, 9:16 AM
No, it is not possible right now
4 Views