Sha256: 92184a2161bd07f410efa49bef58084df8642e15f173c20d544896ac39ba2dbe

Contents?: true

Size: 975 Bytes

Versions: 17

Compression:

Stored size: 975 Bytes

Contents

inherit_from:
 - .rubocop.hound.yml

AllCops:
  Exclude:
    - '*.gemspec'
    - 'Gemfile'

Style/Lambda:
  Enabled: false

Style/EmptyLinesAroundClassBody:
  Enabled: false

Style/EmptyLinesAroundModuleBody:
  Enabled: false

Style/EmptyLinesAroundMethodBody:
  Enabled: false

Style/ClassCheck:
  Enabled: false
  # we don't care about kind_of? vs is_a?

Style/StringLiterals:
  Enabled: false

Style/FileName:
  Enabled: false

Style/RedundantException:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/BlockDelimiters:
  Enabled: false

Style/CollectionMethods:
  PreferredMethods:
    detect: find

# Github's PR width is 120 characters
Metrics/LineLength:
  Max: 120
  AllowURI: true
  Exclude:
    - spec/**/*

# Align with the style guide, we don't prefer anything
Style/CollectionMethods:
  Enabled: false

Metrics/AbcSize:
  Description: A calculated magnitude based on number of assignments, branches, and
    conditions.
  Enabled: true
  Max: 30

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
webhook_system-2.3.1 .rubocop.yml
webhook_system-2.3.0 .rubocop.yml
webhook_system-2.2.0 .rubocop.yml
webhook_system-2.1.6 .rubocop.yml
webhook_system-2.1.5 .rubocop.yml
webhook_system-2.1.4 .rubocop.yml
webhook_system-2.1.3 .rubocop.yml
webhook_system-2.1.2 .rubocop.yml
webhook_system-2.1.1 .rubocop.yml
webhook_system-2.1.0 .rubocop.yml
webhook_system-2.0.0 .rubocop.yml
webhook_system-1.0.4 .rubocop.yml
webhook_system-1.0.3 .rubocop.yml
webhook_system-1.0.2 .rubocop.yml
webhook_system-1.0.1 .rubocop.yml
webhook_system-1.0.0 .rubocop.yml
webhook_system-0.1.1 .rubocop.yml