Sha256: a47f34835266d73d6d2ac92e5f1f51548ba67b2e50b1bc913df43241e984812d

Contents?: true

Size: 339 Bytes

Versions: 10

Compression:

Stored size: 339 Bytes

Contents

AllCops:
  Include:
    - Rakefile
  Exclude:
    - .*/**/*
    - vendor/**/*
    - test/**/*

LineLength:
  Max: 90

Style/SignalException:
  EnforcedStyle: 'only_raise'

Metrics/MethodLength:
  CountComments: false

Style/Documentation:
  Enabled: false

Style/DotPosition:
  EnforcedStyle: trailing

Style/GuardClause:
  Enabled: false

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
activejob-retry-0.6.2 .rubocop.yml
activejob-retry-0.6.1 .rubocop.yml
activejob-retry-0.6.0 .rubocop.yml
activejob-retry-0.5.1 .rubocop.yml
activejob-retry-0.5.0 .rubocop.yml
activejob-retry-0.4.2 .rubocop.yml
activejob-retry-0.4.1 .rubocop.yml
activejob-retry-0.4.0 .rubocop.yml
activejob-retry-0.3.1 .rubocop.yml
activejob-retry-0.3.0 .rubocop.yml