detekt
Toggle table of contents
2.0.0-alpha.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
detekt
detekt-api
/
dev.detekt.api
/
Detektion
/
Detektion
Detektion
constructor
(
issues
:
List
<
Issue
>
,
rules
:
List
<
RuleInstance
>
,
notifications
:
List
<
Notification
>
=
emptyList()
,
metrics
:
List
<
ProjectMetric
>
=
emptyList()
,
userData
:
Map
<
String
,
Any
>
=
emptyMap()
)