.rubocop.yml in reek-4.5.1 vs .rubocop.yml in reek-4.5.2

- old
+ new

@@ -6,9 +6,13 @@ - 'samples/**/*' - 'tmp/**/*' - 'vendor/**/*' TargetRubyVersion: 2.1 +Lint/HandleExceptions: + Exclude: + - 'spec/reek/configuration/configuration_file_finder_spec.rb' + # FIXME: Make the class shorter Metrics/ClassLength: Exclude: - lib/reek/context_builder.rb - lib/reek/cli/options.rb