toggle menu
detekt
1.23.7
jvm
switch theme
search in API
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
RuleSet
Rule
Set
class
RuleSet
(
val
id
:
RuleSet.Id
,
val
rules
:
Map
<
Rule.Name
,
(
Config
)
->
Rule
>
)
A rule set is a collection of rules and must be defined within a rule set provider implementation.
Members
Constructors
Rule
Set
Link copied to clipboard
constructor
(
id
:
RuleSet.Id
,
rules
:
Map
<
Rule.Name
,
(
Config
)
->
Rule
>
)
Types
Companion
Link copied to clipboard
object
Companion
Id
Link copied to clipboard
class
Id
(
val
value
:
String
)
Properties
id
Link copied to clipboard
val
id
:
RuleSet.Id
rules
Link copied to clipboard
val
rules
:
Map
<
Rule.Name
,
(
Config
)
->
Rule
>