.rubocop_todo.yml in cryptum-0.0.353 vs .rubocop_todo.yml in cryptum-0.0.354
- old
+ new
@@ -1,28 +1,32 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-12-09 23:10:15 UTC using RuboCop version 1.40.0.
+# on 2022-12-29 17:30:05 UTC using RuboCop version 1.41.1.
# 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.
-# Offense count: 5
+# Offense count: 4
Lint/UselessAssignment:
Exclude:
- 'lib/cryptum/api.rb'
-# Offense count: 5
+# Offense count: 4
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition
Style/ConditionalAssignment:
Exclude:
- 'lib/cryptum/event/pane.rb'
- - 'lib/cryptum/option.rb'
- 'lib/cryptum/ui/order_execute_details.rb'
-# Offense count: 2
+# Offense count: 24
+# Configuration parameters: AllowedConstants.
+Style/Documentation:
+ Enabled: false
+
+# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantAssignment:
Exclude:
- 'lib/cryptum/api.rb'