Class: Hound::RulesUpdater

Inherits:
Object
  • Object
show all
Defined in:
lib/hound/rules_updater.rb

Class Method Summary collapse

Class Method Details

.update(*linter_names) ⇒ Object



3
4
5
6
7
# File 'lib/hound/rules_updater.rb', line 3

def self.update(*linter_names)
  ConfigCollection.config_instances(linter_names).each do |linter_config|
    get_rules(linter_config)
  end
end