Sha256: 14b2b1480ccecbfab75ea4e57ccfd317a9b3e0861c765d6a0fe8994a396104f5

Contents?: true

Size: 941 Bytes

Versions: 13

Compression:

Stored size: 941 Bytes

Contents

inherit_from:
 - .rubocop.hound.yml

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

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

13 entries across 13 versions & 3 rubygems

Version Path
aub-payroll-1.1.0 .rubocop.yml
ph_model-1.1.3 .rubocop.yml
ph_model-1.1.2 .rubocop.yml
dispatch-rider-1.9.0 .rubocop.yml
dispatch-rider-1.8.6 .rubocop.yml
ph_model-1.1.1 .rubocop.yml
ph_model-1.1.0 .rubocop.yml
ph_model-1.0.2 .rubocop.yml
ph_model-1.0.1 .rubocop.yml
ph_model-1.0.0 .rubocop.yml
aub-payroll-1.0.1 .rubocop.yml
aub-payroll-1.0.0 .rubocop.yml
ph_model-0.0.1 .rubocop.yml