Sha256: 10db415a9d63287c14e4b26cc35ea57f116921c5e3a3c77090213ce7bfebb6c4

Contents?: true

Size: 830 Bytes

Versions: 10

Compression:

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

LineLength:
  Max: 120
  Enabled: true

# Work on these:

MethodLength:
  Max: 14 # 18 # 27 # 85

AbcSize:
  Max: 21 # 23 # 62

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
foreplay-0.15.2 .rubocop.yml
foreplay-0.15.1 .rubocop.yml
foreplay-0.15.0 .rubocop.yml
foreplay-0.13.5 .rubocop.yml
foreplay-0.13.4 .rubocop.yml
foreplay-0.13.3 .rubocop.yml
foreplay-0.13.2 .rubocop.yml
foreplay-0.13.1 .rubocop.yml
foreplay-0.13.0 .rubocop.yml
foreplay-0.11.2 .rubocop.yml