Sha256: 98f7beee8f2d1de284e0a6595a9d8c87418120ab8c67462539ccbf116378fdb9

Contents?: true

Size: 377 Bytes

Versions: 2

Compression:

Stored size: 377 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: disable
  SuggestExtensions: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  Enabled: true
  CountComments: false
  Max: 20

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
followability-0.1.0 .rubocop.yml
dev_ruby-1.0.0 .rubocop.yml