Sha256: 594c744a5639e219cb91101c450b31502a630a155e8393da40f9557d60a8cd6f

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: 15

Metrics/MethodLength:
  Max: 50

Metrics/ParameterLists:
  Enabled: false

Metrics/PerceivedComplexity:
  Max: 15

#
# Lint
#

Lint/HandleExceptions:
  Enabled: false

Lint/ShadowedException:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
socketry-0.5.1 .rubocop.yml
socketry-0.5.0 .rubocop.yml