Sha256: 6b3277981cc450eb657a43b332f19975c5a7afeee8d9aa45a874580185ef1503

Contents?: true

Size: 394 Bytes

Versions: 4

Compression:

Stored size: 394 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

Layout/LineLength:
  Max: 150

Metrics/AbcSize:
  Max: 30

Metrics/ClassLength:
  Max: 150

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/MethodLength:
  Max: 30

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
slack_socket_mode-0.1.1 .rubocop.yml
slack_socket_mode-0.1.0 .rubocop.yml
websocket_client_lite-0.1.1 .rubocop.yml
websocket_client_lite-0.1.0 .rubocop.yml