.rubocop.yml in translator-text-0.2.0 vs .rubocop.yml in translator-text-0.3.0

- old
+ new

@@ -1,15 +1,20 @@ +--- +require: + - rubocop-rspec + LineLength: Max: 130 MethodLength: Max: 20 Metrics/ParameterLists: CountKeywordArgs: false AllCops: - TargetRubyVersion: 2.2 + TargetRubyVersion: 3.1 + NewCops: enable EndAlignment: EnforcedStyleAlignWith: variable Documentation: