.rubocop.yml in rubocop-faker-1.1.0 vs .rubocop.yml in rubocop-faker-1.2.0

- old
+ new

@@ -6,11 +6,12 @@ - rubocop/cop/internal_affairs - rubocop-performance AllCops: NewCops: enable - TargetRubyVersion: 2.4 + TargetRubyVersion: 2.7 + SuggestExtensions: false Naming/PredicateName: # Method define macros for dynamically generated method. MethodDefinitionMacros: - define_method @@ -80,6 +81,9 @@ Metrics/ModuleLength: Exclude: - 'test/**/*.rb' Performance/ChainArrayAllocation: + Enabled: false + +InternalAffairs/UndefinedConfig: Enabled: false