Sha256: fd411749d9833a3fac08abf3d792250d8865066f5660293d151531bdddf56e59

Contents?: true

Size: 327 Bytes

Versions: 6

Compression:

Stored size: 327 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

6 entries across 6 versions & 1 rubygems

Version Path
reek-4.8.0 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.7.3 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.7.2 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.7.1 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.7.0 lib/reek/report/code_climate/code_climate_configuration.rb
reek-4.6.2 lib/reek/report/code_climate/code_climate_configuration.rb