.rubocop.yml in rubocop-minitest-0.15.0 vs .rubocop.yml in rubocop-minitest-0.15.1

- old
+ new

@@ -13,10 +13,14 @@ SuggestExtensions: false InternalAffairs/NodeMatcherDirective: Enabled: false +# FIXME: Workaround for a false positive caused by this cop when using `bundle exec rake`. +InternalAffairs/UndefinedConfig: + Enabled: false + Naming/PredicateName: # Method define macros for dynamically generated method. MethodDefinitionMacros: - define_method - define_singleton_method @@ -89,8 +93,5 @@ - lib/rubocop-minitest.rb Metrics/ModuleLength: Exclude: - 'test/**/*.rb' - -Performance/ChainArrayAllocation: - Enabled: false