.rubocop.yml in cocina-models-0.84.0 vs .rubocop.yml in cocina-models-0.84.1
- old
+ new
@@ -309,5 +309,30 @@
Enabled: true
Style/RedundantInitialize: # new in 1.27
Enabled: true
RSpec/VerifiedDoubleReference: # new in 2.10.0
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
+Lint/RequireRangeParentheses: # new in 1.32
+ Enabled: true
+Style/EmptyHeredoc: # new in 1.32
+ Enabled: true
+Style/EnvHome: # new in 1.29
+ Enabled: true
+Style/MagicCommentFormat: # new in 1.35
+ Enabled: true
+Style/MapCompactWithConditionalBlock: # new in 1.30
+ Enabled: true
+RSpec/ChangeByZero: # new in 2.11.0
+ Enabled: true
+RSpec/Capybara/SpecificMatcher: # new in 2.12
+ Enabled: false
+RSpec/Rails/HaveHttpStatus: # new in 2.12
+ Enabled: false