.rubocop.yml in rfbeam-0.4.0 vs .rubocop.yml in rfbeam-0.4.1

- old
+ new

@@ -1,17 +1,18 @@ -inherit_from: - - node_modules/@prettier/plugin-ruby/rubocop.yml - AllCops: TargetRubyVersion: 3.2 Layout/LineLength: Max: 120 + AutoCorrect: true Metrics/ModuleLength: Enabled: false Metrics/MethodLength: Max: 20 + +Metrics/ClassLength: + Enabled: false Documentation: Enabled: false