.rubocop.yml in rfbeam-0.4.4 vs .rubocop.yml in rfbeam-0.4.5

- old
+ new

@@ -1,10 +1,17 @@ +inherit_gem: + syntax_tree: config/rubocop.yml + AllCops: TargetRubyVersion: 3.1 + NewCops: enable Layout/LineLength: Max: 120 AutoCorrect: true + +Style/StringLiterals: + EnforcedStyle: single_quotes Metrics/ModuleLength: Enabled: false Metrics/MethodLength: