Skip to content

Commit

Permalink
appease rubocop for evm_dba symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Oct 15, 2018
1 parent 689c08f commit 77d1616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/evm_dba.rake
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module EvmDba
db_opts
end

CONNECT_OPT_KEYS = [:uri, :uri_username, :uri_password, :aws_region, :remote_file_name, :skip_directory].freeze
CONNECT_OPT_KEYS = %i(uri uri_username uri_password aws_region remote_file_name skip_directory).freeze
def self.collect_connect_opts(opts)
connect_opts = {}
CONNECT_OPT_KEYS.each { |k| connect_opts[k] = opts[k] if opts[k] }
Expand Down

0 comments on commit 77d1616

Please sign in to comment.