Sha256: 03ca551248eef6b89c96af94570abe9b11fdf4c2571f138804074f81e6d00f85

Contents?: true

Size: 472 Bytes

Versions: 3

Compression:

Stored size: 472 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: 30

Metrics/AbcSize:
  Max: 30

Metrics/BlockLength:
  Enabled: true
  Exclude:
    - 'spec/**/*'

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
sidekiq-aws-sqs-0.0.1 .rubocop.yml
sidekiq-aws-sqs-0.0.0 .rubocop.yml
safe_poller-0.0.1 .rubocop.yml