Sha256: 3c18c9a41f683199ba894425e5976425fc2d6b298c23e038bd5866b64f271ce5

Contents?: true

Size: 669 Bytes

Versions: 2

Compression:

Stored size: 669 Bytes

Contents

AllCops:
  DisplayCopNames: true

#
# Style
#

LineLength:
  Max: 128

Style/AccessorMethodName:
  Enabled: false

Style/ConditionalAssignment:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Style/SpaceBeforeFirstArg:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

#
# Metrics
#

Metrics/AbcSize:
  Max: 50

Metrics/ClassLength:
  Max: 200

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/MethodLength:
  Max: 50

Metrics/ParameterLists:
  Enabled: false

Metrics/PerceivedComplexity:
  Max: 10

#
# Lint
#

Lint/HandleExceptions:
  Enabled: false

Lint/ShadowedException:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
socketry-0.4.0 .rubocop.yml
socketry-0.3.0 .rubocop.yml