Sha256: d32e3afbdcc997a3eef1082201376e6785f83cc3f35662df2c95c384a7341833
Contents?: true
Size: 1.03 KB
Versions: 9
Compression:
Stored size: 1.03 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2023-02-10 00:58:06 UTC using RuboCop version 1.44.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: 20 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces. # SupportedStyles: space, no_space, compact # SupportedStylesForEmptyBraces: space, no_space Layout/SpaceInsideHashLiteralBraces: Exclude: - 'lib/folio_client.rb' - 'spec/folio_client/authenticator_spec.rb' - 'spec/folio_client_spec.rb' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle. # SupportedStyles: be, be_nil RSpec/BeNil: Exclude: - 'spec/folio_client_spec.rb' # Offense count: 1 RSpec/MultipleExpectations: Max: 3
Version data entries
9 entries across 9 versions & 1 rubygems