Sha256: 3a59e15419b78ac468fb245a9d4cf0fe5567d66753801c2c246833b303aaecfd

Contents?: true

Size: 677 Bytes

Versions: 1

Compression:

Stored size: 677 Bytes

Contents

AllCops:
  DisplayCopNames: true

#
# Lint
#

Lint/HandleExceptions:
  Enabled: false

Lint/ShadowedException:
  Enabled: false

#
# Metrics
#

Metrics/AbcSize:
  Max: 50

Metrics/ClassLength:
  Max: 200

Metrics/CyclomaticComplexity:
  Max: 15

Metrics/LineLength:
  Max: 128

Metrics/MethodLength:
  Max: 50

Metrics/ParameterLists:
  Enabled: false

Metrics/PerceivedComplexity:
  Max: 15

#
# Style
#

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
socketry-async-0.0.0 .rubocop.yml