class Integration::Reek
Public Instance Methods
run_with(config)
click to toggle source
# File lib/integrations/reek.rb, line 7 def run_with(config) args = ['.'] Keepclean.logger.debug "Running with args: #{args.inspect}" ::Reek::CLI::Application.new(args).execute == 0 end