applyTo method
Applies this configuration to a rule registry.
Implementation
void applyTo(RuleRegistry registry) {
for (final entry in ruleSettings.entries) {
registry.setSettings(entry.key, entry.value);
}
}
Applies this configuration to a rule registry.
void applyTo(RuleRegistry registry) {
for (final entry in ruleSettings.entries) {
registry.setSettings(entry.key, entry.value);
}
}