Sha256: 97c7da6b18368be048149548634f19961ed11045d4efd7d7d82113a63b49670c

Contents?: true

Size: 328 Bytes

Versions: 3

Compression:

Stored size: 328 Bytes

Contents

# frozen_string_literal: true

module Reek
  module CodeClimate
    # loads the smell type metadata to present in Code Climate
    module CodeClimateConfiguration
      def self.load
        config_file = File.expand_path('code_climate_configuration.yml', __dir__)
        YAML.load_file config_file
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
reek-6.4.0 lib/reek/code_climate/code_climate_configuration.rb
reek-6.3.0 lib/reek/code_climate/code_climate_configuration.rb
reek-6.2.0 lib/reek/code_climate/code_climate_configuration.rb