.rubocop_todo.yml in cryptum-0.0.255 vs .rubocop_todo.yml in cryptum-0.0.256
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-12-01 03:19:16 UTC using RuboCop version 1.39.0.
+# on 2022-12-01 19:02:17 UTC using RuboCop version 1.39.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.
@@ -121,17 +121,17 @@
- 'lib/cryptum/ui/ticker.rb'
# Offense count: 39
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
- Max: 384
+ Max: 388
# Offense count: 7
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
# AllowedMethods: refine
Metrics/BlockLength:
- Max: 117
+ Max: 135
# Offense count: 4
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 4
@@ -142,11 +142,11 @@
Max: 72
# Offense count: 56
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/MethodLength:
- Max: 361
+ Max: 362
# Offense count: 15
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 538
@@ -205,11 +205,11 @@
# Configuration parameters: AllowMultipleReturnValues.
Style/RedundantReturn:
Exclude:
- 'lib/cryptum.rb'
-# Offense count: 2
+# Offense count: 4
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantSelf:
Exclude:
- 'lib/cryptum/event/history.rb'
@@ -242,10 +242,10 @@
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
Style/TrailingCommaInArrayLiteral:
Exclude:
- 'lib/cryptum/matrix.rb'
-# Offense count: 10
+# Offense count: 16
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 216