.rubocop_todo.yml in cryptum-0.0.259 vs .rubocop_todo.yml in cryptum-0.0.260

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-12-01 23:59:06 UTC using RuboCop version 1.39.0. +# on 2022-12-02 18:49:14 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. @@ -33,16 +33,15 @@ Layout/EmptyLineAfterGuardClause: Exclude: - 'lib/cryptum/order_book/market_trend.rb' - 'lib/cryptum/ui/order_execution.rb' -# Offense count: 2 +# Offense count: 1 # This cop supports safe autocorrection (--autocorrect). Layout/EmptyLines: Exclude: - 'lib/cryptum/api.rb' - - 'lib/cryptum/ui/order_execution.rb' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment. Layout/ExtraSpacing: @@ -89,11 +88,11 @@ # SupportedStylesForExponentOperator: space, no_space Layout/SpaceAroundOperators: Exclude: - 'lib/cryptum/ui/order_plan.rb' -# Offense count: 11 +# Offense count: 13 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowInHeredoc. Layout/TrailingWhitespace: Exclude: - 'bin/cryptum-forecast' @@ -101,11 +100,11 @@ - 'lib/cryptum/api.rb' - 'lib/cryptum/ui/order_execution.rb' - 'lib/cryptum/ui/order_plan.rb' - 'lib/cryptum/ui/order_timer.rb' -# Offense count: 52 +# Offense count: 54 Lint/UselessAssignment: Exclude: - 'bin/cryptum-forecast' - 'lib/cryptum.rb' - 'lib/cryptum/api.rb' @@ -122,17 +121,17 @@ - 'lib/cryptum/ui/ticker.rb' # Offense count: 39 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: - Max: 387 + Max: 401 # Offense count: 7 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. # AllowedMethods: refine Metrics/BlockLength: - Max: 141 + Max: 139 # Offense count: 4 # Configuration parameters: CountBlocks. Metrics/BlockNesting: Max: 4 @@ -143,11 +142,11 @@ Max: 72 # Offense count: 56 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/MethodLength: - Max: 362 + Max: 391 # Offense count: 15 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: Max: 538 @@ -220,15 +219,16 @@ # This cop supports unsafe autocorrection (--autocorrect-all). Style/StringChars: Exclude: - 'lib/cryptum.rb' -# Offense count: 2 +# Offense count: 3 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes Style/StringLiterals: Exclude: + - 'lib/cryptum/ui/order_execution.rb' - 'lib/cryptum/ui/order_timer.rb' - 'lib/cryptum/ui/portfolio.rb' # Offense count: 2 # This cop supports safe autocorrection (--autocorrect).