Sha256: 13119d97cae2b76b59e3b8c5c69c701bb85935e9e511d35cefb638f6cea1cc15

Contents?: true

Size: 864 Bytes

Versions: 17

Compression:

Stored size: 864 Bytes

Contents

# Older version
Style/EmptyLinesAroundBody:
  Enabled: false

# Newer version (3 for the 1 above)
Style/EmptyLinesAroundClassBody:
  Enabled: false

Style/EmptyLinesAroundModuleBody:
  Enabled: false

Style/EmptyLinesAroundMethodBody:
  Enabled: false

# Other

Style/StringLiterals:
  Enabled: false
  
Style/FileName:
  Enabled: false

Style/RedundantException:
  Enabled: false

Style/SignalException:
  Enabled: false

# PH Coding Rules
Style/Blocks:
  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

17 entries across 17 versions & 1 rubygems

Version Path
dispatch-rider-1.8.5 .rubocop.yml
dispatch-rider-1.8.4 .rubocop.yml
dispatch-rider-1.8.3 .rubocop.yml
dispatch-rider-1.8.2 .rubocop.yml
dispatch-rider-1.8.1 .rubocop.yml
dispatch-rider-1.8.0 .rubocop.yml
dispatch-rider-1.7.2 .rubocop.yml
dispatch-rider-1.7.1 .rubocop.yml
dispatch-rider-1.7.0 .rubocop.yml
dispatch-rider-1.6.2 .rubocop.yml
dispatch-rider-1.6.1 .rubocop.yml
dispatch-rider-1.6.0 .rubocop.yml
dispatch-rider-1.5.3 .rubocop.yml
dispatch-rider-1.5.2 .rubocop.yml
dispatch-rider-1.5.1 .rubocop.yml
dispatch-rider-1.5.0 .rubocop.yml
dispatch-rider-1.4.2 .rubocop.yml