Class: Integration::Rubocop

Inherits:
Base
  • Object
show all
Defined in:
lib/integrations/rubocop.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #pronto_enabled?, #pronto_name, #run_with_config_handling_exit

Constructor Details

This class inherits a constructor from Integration::Base

Instance Method Details

#run_with(config) ⇒ Object



6
7
8
9
# File 'lib/integrations/rubocop.rb', line 6

def run_with(config)
  Keepclean.logger.debug "Running with args:"
  RuboCop::CLI.new.run == 0
end