.rubocop_todo.yml in cocina-models-0.81.0 vs .rubocop_todo.yml in cocina-models-0.82.0
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
-# on 2022-04-27 19:20:35 UTC using RuboCop version 1.28.2.
+# on 2022-06-08 23:20:02 UTC using RuboCop version 1.28.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
@@ -33,11 +33,11 @@
- 'lib/cocina/models/mapping/from_mods/language.rb'
- 'lib/cocina/models/mapping/from_mods/note.rb'
- 'lib/cocina/models/mapping/from_mods/subject.rb'
- 'lib/cocina/models/mapping/to_mods/event.rb'
-# Offense count: 95
+# Offense count: 96
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 40
# Offense count: 42
@@ -54,20 +54,21 @@
# Offense count: 41
# Configuration parameters: IgnoredMetadata.
RSpec/DescribeClass:
Enabled: false
-# Offense count: 89
+# Offense count: 87
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
Max: 128
-# Offense count: 9
+# Offense count: 10
# Configuration parameters: Max.
RSpec/NestedGroups:
Exclude:
- 'spec/cocina/models/mapping/normalizers/mods/origin_info_normalizer_spec.rb'
+ - 'spec/cocina/models/validators/date_time_validator_spec.rb'
# Offense count: 1
# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
Style/GuardClause:
Exclude:
@@ -85,10 +86,10 @@
- 'lib/cocina/models/mapping/to_mods/access.rb'
- 'lib/cocina/models/mapping/to_mods/contributor.rb'
- 'lib/cocina/models/mapping/to_mods/form.rb'
- 'lib/cocina/models/mapping/to_mods/subject.rb'
-# Offense count: 206
+# Offense count: 223
# This cop supports safe auto-correction (--auto-correct).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 187