Sha256: df0ec0a82eb107ea562823d20c7f79bc772b8fa269bba6f6a26e0b2ecc098df2

Contents?: true

Size: 435 Bytes

Versions: 5

Compression:

Stored size: 435 Bytes

Contents

# possible values:
# https://github.com/bbatsov/rubocop/blob/master/config/

#
# Overrides
#
CyclomaticComplexity:
  Severity: refactor
Metrics/LineLength:
  Max: 120

#
# Enabled/Disabled
#
ClassLength:
  Enabled: false
Documentation:
  Enabled: false
MethodLength:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
ModuleLength:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Style/ModuleFunction:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
simple-websocket-vcr-1.0.0 .rubocop.yml
simple-websocket-vcr-0.1.0 .rubocop.yml
simple-websocket-vcr-0.0.7 .rubocop.yml
simple-websocket-vcr-0.0.6 .rubocop.yml
simple-websocket-vcr-0.0.5 .rubocop.yml