Enable all the rubicop perf cops

This commit is contained in:
gregoirenovel 2017-11-20 18:55:59 +01:00
parent b76a7c9975
commit 379e7b74d6
9 changed files with 36 additions and 36 deletions

View file

@ -27,7 +27,7 @@ class SIADE::API
end
def self.call(url, params = {})
params.merge!(token: SIADETOKEN)
params[:token] = SIADETOKEN
verify_ssl_mode = OpenSSL::SSL::VERIFY_NONE