Sha256: 254f2eafbfb190e143ca0215af9386f569ce37f1a7a962f9b3c0b36e4c378ea8

Contents?: true

Size: 670 Bytes

Versions: 3

Compression:

Stored size: 670 Bytes

Contents

---
# https://github.com/bbatsov/rubocop/blob/master/config/default.yml
Metrics/LineLength:
  Max: 99

Metrics/MethodLength:
  CountComments: false  # count full line comments?
  Max: 20

Style/CaseIndentation:
  IndentOneStep: true

Style/FirstParameterIndentation:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/MultilineOperationIndentation:
  Enabled: false

Style/SpaceAroundEqualsInParameterDefault:
  # compatibility with RubyMine defaults (apparently can't override?)
  EnforcedStyle: space

Style/TrailingComma:
  # can't make this only apply to arrays and not params, so it's disabled
  Enabled: false
  #EnforcedStyleForMultiline: comma

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
process_helper-0.0.3 .rubocop.yml
process_helper-0.0.2 .rubocop.yml
process_helper-0.0.1 .rubocop.yml