Sha256: 4a485b03b092f3e9183dbcfaef0a2e3e8a756c640f3a22f6803b81cbc5c4d3b1

Contents?: true

Size: 462 Bytes

Versions: 7

Compression:

Stored size: 462 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'db/schema.rb'
    - 'bin/*'

Layout/EmptyLines:
  Enabled: false

Style/MethodMissing:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/TrailingCommaInLiteral:
  Enabled: false

Style/TrailingCommaInArguments:
  Enabled: false

Metrics/AbcSize:
  Max: 25

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 20

Metrics/BlockLength:
  Enabled: false

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
clockwork-mocks-1.3.1 .rubocop.yml
sidekiq-fake-scheduler-0.1.0 .rubocop.yml
clockwork-mocks-1.3.0 .rubocop.yml
clockwork-mocks-1.2.0 .rubocop.yml
clockwork-mocks-1.1.1 .rubocop.yml
clockwork-mocks-1.1.0 .rubocop.yml
clockwork-mocks-1.0.0 .rubocop.yml