module Reek::CodeClimate::CodeClimateConfiguration
loads the smell type metadata to present in Code Climate
Public Class Methods
Source
# File lib/reek/code_climate/code_climate_configuration.rb, line 7 def self.load config_file = File.expand_path('code_climate_configuration.yml', __dir__) YAML.load_file config_file end