RuleSet

class RuleSet(val id: RuleSet.Id, val rules: Map<Rule.Id, (Config) -> Rule>)

A rule set is a collection of rules and must be defined within a rule set provider implementation.

Constructors

Link copied to clipboard
constructor(id: RuleSet.Id, rules: Map<Rule.Id, (Config) -> Rule>)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Id(val value: String)

Properties

Link copied to clipboard
Link copied to clipboard