Sha256: 97219fd39a426a95c91fc768cb304247a79276987bd59f786b4ddacf000bab6f

Contents?: true

Size: 925 Bytes

Versions: 1

Compression:

Stored size: 925 Bytes

Contents

AllCops:
  Include:
    - '**/Rakefile'
    - '**/lib'
    - '**/bin'
    - '**/spec'
  Exclude:
    - 'Gemfile.lock'
    - 'gemfiles/**/*'
  TargetRubyVersion: 2.4

Lint/HandleExceptions:
  Enabled: true

Lint/UselessAssignment:
  Enabled: true

Metrics/AbcSize:
  Max: 38

Metrics/CyclomaticComplexity:
  Max: 7

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 13

Metrics/BlockLength:
  Enabled: true
  Exclude:
    - '**/spec/**/*_spec.rb'

Metrics/PerceivedComplexity:
  Max: 8

Style/AccessorMethodName:
  Enabled: true

Style/ConstantName:
  Enabled: true

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FileName:
  Enabled: true
  Exclude:
    - 'lib/sidekiq-unique-jobs.rb'

Style/GlobalVars:
  Enabled: true

Style/SymbolArray:
  Enabled: true
  EnforcedStyle: brackets

Style/TrailingCommaInLiteral:
  Enabled: true
  EnforcedStyleForMultiline: comma

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sidekiq-unique-jobs-5.0.1 .rubocop.yml