detekt
Toggle table of contents
1.23.7
jvm
Platform filter
jvm
Switch theme
Search in API
detekt
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
RuleInstance
Rule
Instance
class
RuleInstance
(
val
id
:
String
,
val
ruleSetId
:
RuleSet.Id
,
val
url
:
URI
?
,
val
description
:
String
,
val
severity
:
Severity
)
Members
Constructors
Rule
Instance
Link copied to clipboard
constructor
(
id
:
String
,
ruleSetId
:
RuleSet.Id
,
url
:
URI
?
,
description
:
String
,
severity
:
Severity
)
Properties
description
Link copied to clipboard
val
description
:
String
id
Link copied to clipboard
val
id
:
String
rule
Set
Id
Link copied to clipboard
val
ruleSetId
:
RuleSet.Id
severity
Link copied to clipboard
val
severity
:
Severity
url
Link copied to clipboard
val
url
:
URI
?