Is there a detekt rule that corresponds to this ko...
# detekt
w
Is there a detekt rule that corresponds to this kotlin compiler warning? I looked at the docs but couldn't find one
Copy code
Parameter 'v' is never used, could be renamed to _
s
Detekt has Unused* rules that should essentially flag this usage, but not suggesting to rename to _. Btw sorry for the late reply! @Ward Bonnefond