lib/license_finder/configuration.rb in license_finder-5.2.3 vs lib/license_finder/configuration.rb in license_finder-5.3.0

- old
+ new

@@ -120,9 +120,13 @@ def sbt_include_groups get(:sbt_include_groups) end + attr_writer :strict_matching + + attr_reader :strict_matching + protected attr_accessor :primary_config def dup_with(other_hash) dup.tap do |dup|