.rubocop.yml in rubocop-minitest-0.9.0 vs .rubocop.yml in rubocop-minitest-0.10.0

- old
+ new

@@ -6,10 +6,11 @@ - rubocop/cop/internal_affairs - rubocop-performance - rubocop-minitest AllCops: + NewCops: enable TargetRubyVersion: 2.4 Naming/PredicateName: # Method define macros for dynamically generated method. MethodDefinitionMacros: @@ -44,12 +45,9 @@ - public_class_methods - initializer - instance_methods - protected_methods - private_methods - -Layout/LineLength: - Max: 120 # Trailing white space is meaningful in code examples Layout/TrailingWhitespace: AllowInHeredoc: true