Sha256: 798bd3cc756ba1fbcabb7bdb121a1b55080707d2672211db5b7fccbb88c05552
Contents?: true
Size: 323 Bytes
Versions: 30
Compression:
Stored size: 323 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', __dir__) YAML.load_file config_file end end end end
Version data entries
30 entries across 28 versions & 2 rubygems