.rubocop.yml in uploadcare-ruby-4.4.0 vs .rubocop.yml in uploadcare-ruby-4.4.1

- old
+ new

@@ -2,10 +2,12 @@ NewCops: enable TargetRubyVersion: 3.0 Layout/LineLength: Max: 120 + Exclude: + - 'spec/**/*' Lint/IneffectiveAccessModifier: Enabled: false Style/HashTransformKeys: @@ -17,9 +19,13 @@ Metrics/BlockLength: Exclude: - 'bin/' - 'spec/**/*' - 'uploadcare-ruby.gemspec' + +Metrics/ModuleLength: + Exclude: + - 'spec/**/*' Metrics/MethodLength: Max: 20 Style/Documentation: