class Integration::Rubocop
Public Instance Methods
run_with(config)
click to toggle source
# File lib/integrations/rubocop.rb, line 6 def run_with(config) Keepclean.logger.debug "Running with args:" RuboCop::CLI.new.run == 0 end