.rubocop.yml in webtranslateit-payday-1.3.0 vs .rubocop.yml in webtranslateit-payday-1.4.0

- old
+ new

@@ -1,20 +1,18 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 3.0 + TargetRubyVersion: 3.1 Exclude: - lib/generators/**/* inherit_mode: merge: - Exclude require: rubocop-rspec -Gemspec/DateAssignment: # new in 1.10 - Enabled: true Gemspec/DeprecatedAttributeAssignment: # new in 1.30 Enabled: true Gemspec/RequireMFA: # new in 1.23 Enabled: true Layout/LineEndStringConcatenationIndentation: # new in 1.18 @@ -146,6 +144,14 @@ RSpec/VerifiedDoubleReference: # new in 2.10.0 Enabled: true RSpec/FactoryBot/SyntaxMethods: # new in 2.7 Enabled: true RSpec/Rails/AvoidSetupHook: # new in 2.4 + Enabled: true +Layout/LineContinuationLeadingSpace: # new in 1.31 + Enabled: true +Layout/LineContinuationSpacing: # new in 1.31 + Enabled: true +Lint/ConstantOverwrittenInRescue: # new in 1.31 + Enabled: true +Lint/NonAtomicFileOperation: # new in 1.31 Enabled: true