Sha256: 6517316f25d7e6c3a98a5f9bb90f2e624a37ab2cecb87ddfe03eff3e43e98d4c

Contents?: true

Size: 948 Bytes

Versions: 2

Compression:

Stored size: 948 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

# 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

2 entries across 2 versions & 1 rubygems

Version Path
webhook_system-0.1.0 .rubocop.yml
webhook_system-0.0.1 .rubocop.yml