mad-raz/EGP-Rates

View on GitHub

Showing 33 of 33 total issues

Method raw_exchange_rates has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

def raw_exchange_rates
req = Net::HTTP::Post.new(@uri, 'Content-Type' => 'application/json')
req.body = { lang: :en }.to_json
response = Net::HTTP.start(@uri.hostname, @uri.port) do |http|
http.request(req)
Severity: Minor
Found in lib/egp_rates/cib.rb - About 45 mins to fix

Method parse has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

def parse(raw_data)
raw_data.each_with_object(sell: {}, buy: {}) do |row, result|
next unless row.name[3] == 'B'
currency = row.name[0..2].to_sym
action = row.name[4..-1].to_sym
Severity: Minor
Found in lib/egp_rates/edbe.rb - About 25 mins to fix

Method exchange_rate has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

def self.exchange_rate(sym = :USD, cache_result = true)
@exchange_rates ||= exchange_rates if cache_result
@exchange_rates = exchange_rates unless cache_result
 
@exchange_rates.each_with_object({}) do |rates, result|
Severity: Minor
Found in lib/egp_rates.rb - About 25 mins to fix

Add an empty line after magic comments.
Open

module EGPRates
Severity: Minor
Found in lib/egp_rates/aaib.rb by rubocop

Add an empty line after magic comments.
Open

require 'bundler/gem_tasks'
Severity: Minor
Found in Rakefile by rubocop

Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency simplecov should appear before webmock.
Open

spec.add_development_dependency 'simplecov'
Severity: Minor
Found in EGP_Rates.gemspec by rubocop

Add an empty line after magic comments.
Open

lib = File.expand_path('../lib', __FILE__)
Severity: Minor
Found in EGP_Rates.gemspec by rubocop

Add an empty line after magic comments.
Open

module EGPRates
Severity: Minor
Found in lib/egp_rates/nbg.rb by rubocop

Add an empty line after magic comments.
Open

module EGPRates
Severity: Minor
Found in lib/egp_rates/bank.rb by rubocop

Add an empty line after magic comments.
Open

module EGPRates
Severity: Minor
Found in lib/egp_rates/adib.rb by rubocop

Use empty lines between method definitions.
Open

def currencies(table_rows)
Severity: Minor
Found in lib/egp_rates/adib.rb by rubocop

Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency codeclimate-test-reporter should appear before simplecov.
Open

spec.add_development_dependency 'codeclimate-test-reporter'
Severity: Minor
Found in EGP_Rates.gemspec by rubocop

Remove unnecessary require statement.
Open

require 'thread'
Severity: Minor
Found in lib/egp_rates.rb by rubocop

Add an empty line after magic comments.
Open

module EGPRates
Severity: Minor
Found in lib/egp_rates/nbe.rb by rubocop

Add an empty line after magic comments.
Open

module EGPRates
Severity: Minor
Found in lib/egp_rates/cib.rb by rubocop

Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency pry-byebug should appear before rspec.
Open

spec.add_development_dependency 'pry-byebug'
Severity: Minor
Found in EGP_Rates.gemspec by rubocop

Extra blank line detected.
Open

 
# Extract the currencies from the image components src attribute
Severity: Minor
Found in lib/egp_rates/adib.rb by rubocop

Add an empty line after magic comments.
Open

module EGPRates
Severity: Minor
Found in lib/egp_rates/edbe.rb by rubocop

Add an empty line after magic comments.
Open

module EGPRates
Severity: Minor
Found in lib/egp_rates/cae.rb by rubocop

Add an empty line after magic comments.
Open

module EGPRates
Severity: Minor
Found in lib/egp_rates/al_baraka_bank.rb by rubocop
Severity
Category
Status
Source
Language