.rubocop_todo.yml in assembly-objectfile-1.10.2 vs .rubocop_todo.yml in assembly-objectfile-1.10.3
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2021-03-16 21:16:42 UTC using RuboCop version 1.11.0.
+# on 2021-04-26 18:43:37 UTC using RuboCop version 1.11.0.
# 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.
@@ -12,11 +12,11 @@
- 'config/boot.rb'
# Offense count: 3
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
- Max: 56
+ Max: 55
# Offense count: 1
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
@@ -33,16 +33,16 @@
Max: 31
# Offense count: 1
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
- Max: 117
+ Max: 120
# Offense count: 1
# Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
Metrics/ParameterLists:
- Max: 13
+ Max: 12
# Offense count: 2
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 15
@@ -77,17 +77,17 @@
RSpec/FilePath:
Exclude:
- 'spec/content_metadata_spec.rb'
- 'spec/object_file_spec.rb'
-# Offense count: 71
+# Offense count: 74
# Configuration parameters: AssignmentOnly.
RSpec/InstanceVariable:
Exclude:
- 'spec/object_file_spec.rb'
-# Offense count: 39
+# Offense count: 40
RSpec/MultipleExpectations:
Max: 29
# Offense count: 2
RSpec/RepeatedDescription:
@@ -108,10 +108,10 @@
# Cop supports --auto-correct.
Style/CommentedKeyword:
Exclude:
- 'lib/assembly-objectfile/content_metadata.rb'
-# Offense count: 116
+# Offense count: 122
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 277