Sha256: a779d799548ccf9379ad1fd01919aba65e58994427d60b94e1fd4440a2fb759f

Contents?: true

Size: 326 Bytes

Versions: 8

Compression:

Stored size: 326 Bytes

Contents

# frozen_string_literal: true
module Reek
  module Report
    # loads the smell type metadata to present in Code Climate
    module CodeClimateConfiguration
      def self.load
        config_file = File.expand_path('../code_climate_configuration.yml', __FILE__)
        YAML.load_file config_file
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
reek-4.6.1 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.6.0 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.5.6 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.5.5 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.5.4 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.5.3 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.5.2 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.5.1 lib/reek/report/code_climate/code_climate_configuration.rb