Sha256: 6cd21fc6aa783a8075a1372468ee64391cec8ecad2afc438a4a614beb5bef1ff

Contents?: true

Size: 941 Bytes

Versions: 5

Compression:

Stored size: 941 Bytes

Contents

---
# These are OK:

StringLiterals:
  EnforcedStyle: single_quotes
  Enabled: true

DotPosition:
  Description: 'Checks the position of the dot in multi-line method calls.'
  EnforcedStyle: leading
  Enabled: true

ClassAndModuleChildren:
  Description: 'Checks style of children classes and modules.'
  EnforcedStyle: nested
  Enabled: true

Documentation:
  Description: 'Document classes and non-namespace modules.'
  Enabled: false

Output:
  Description: 'Checks for calls to puts, print, etc.'
  Enabled: false

ExtraSpacing:
  Enabled: false

FileName:
  Description: 'Use snake_case for source file names.'
  Enabled: true

Eval:
  Enabled: false

# Work on these:

LineLength:
  Description: 'Limit lines to 137 characters.'
  Max: 120
  Enabled: true

MethodLength:
  Description: 'Avoid methods longer than 10 lines of code.'
  Max: 14 # 18 # 27 # 85

AbcSize:
  Max: 21 # 23 # 62

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreplay-0.11.1 .rubocop.yml
foreplay-0.11.0 .rubocop.yml
foreplay-0.10.3 .rubocop.yml
foreplay-0.10.2 .rubocop.yml
foreplay-0.10.1 .rubocop.yml