.rubocop.yml in rubocop-minitest-0.10.3 vs .rubocop.yml in rubocop-minitest-0.11.0
- old
+ new
@@ -10,9 +10,12 @@
AllCops:
NewCops: enable
TargetRubyVersion: 2.4
SuggestExtensions: false
+InternalAffairs/NodeMatcherDirective:
+ Enabled: false
+
Naming/PredicateName:
# Method define macros for dynamically generated method.
MethodDefinitionMacros:
- define_method
- define_singleton_method