Sha256: 16db76334a68707e34ffc4742a555e9c22b5fa215c31b9f1bafe43b40fa324b5

Contents?: true

Size: 561 Bytes

Versions: 3

Compression:

Stored size: 561 Bytes

Contents

AllCops:
  Include:
    - '**/Rakefile'
    - '**/lib'
    - '**/spec'
  Exclude:
    - 'bin/**/*'
    - 'gemfiles/**/*'

Lint/HandleExceptions:
  Enabled: true

Lint/UselessAssignment:
  Enabled: true

Metrics/AbcSize:
  Max: 38

Metrics/CyclomaticComplexity:
  Max: 7

Metrics/LineLength:
  Max: 108

Metrics/MethodLength:
  Max: 13

Metrics/PerceivedComplexity:
  Max: 8

Style/AccessorMethodName:
  Enabled: true

Style/ConstantName:
  Enabled: true

Style/Documentation:
  Enabled: false

Style/FileName:
  Enabled: true

Style/GlobalVars:
  Enabled: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sidekiq-unique-jobs-4.0.8 .rubocop.yml
sidekiq-unique-jobs-4.0.7 .rubocop.yml
sidekiq-unique-jobs-4.0.0 .rubocop.yml