lib/code_ownership/configuration.rb in code_ownership-1.36.2 vs lib/code_ownership/configuration.rb in code_ownership-1.36.3

- old
+ new

@@ -15,11 +15,11 @@ sig { returns(Configuration) } def self.fetch config_hash = YAML.load_file('config/code_ownership.yml') - if config_hash.key?("require") - config_hash["require"].each do |require_directive| + if config_hash.key?('require') + config_hash['require'].each do |require_directive| Private::ExtensionLoader.load(require_directive) end end new(