Sha256: dba116a67503fd2292844054935f688a4aefcee9242947e96c1680c4db98fad5

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: 108

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.0 .rubocop.yml