Sha256: aa0e758cdbcec9e2d78425703d750bd3568b03732142131a28fc95925a62c286
Contents?: true
Size: 1.21 KB
Versions: 6
Compression:
Stored size: 1.21 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2023-03-29 14:29:26 UTC using RuboCop version 1.48.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: 4 Lint/UselessAssignment: Exclude: - 'lib/cryptum/api.rb' # Offense count: 58 Lint/UselessRescue: Enabled: false # Offense count: 1 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: Max: 131 # 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/ui/order_execute_details.rb' # Offense count: 23 # Configuration parameters: AllowedConstants. Style/Documentation: Enabled: false # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). Style/RedundantAssignment: Exclude: - 'lib/cryptum/api.rb'
Version data entries
6 entries across 6 versions & 1 rubygems