detekt-api
1.22.0-RC1
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
RuleSet
/
accept
accept
fun
accept
(
file
:
KtFile
,
bindingContext
:
BindingContext
=
BindingContext.EMPTY
)
:
List
<
Finding
>
Content copied to clipboard
Visits given file with all rules of this rule set, returning a list of all code smell findings.