Sha256: fd6357b139d8002f1edd820b186e1156f5926b87a8f9107be3b375487e7cfd84

Contents?: true

Size: 605 Bytes

Versions: 3

Compression:

Stored size: 605 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/TrailingCommaInArrayLiteral:
  Enabled: true
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
  Enabled: true
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInArguments:
  Enabled: true
  EnforcedStyleForMultiline: consistent_comma

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Exclude:
    - "Gemfile"
    - "spec/**/*"

Metrics/AbcSize:
  Max: 20

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yabeda-anycable-0.1.2 .rubocop.yml
yabeda-anycable-0.1.1 .rubocop.yml
yabeda-anycable-0.1.0 .rubocop.yml