Sha256: e044e4ca54cc7a68f2d1152b4b1f6f86f3b801b55c5dfb02ea131fe7de2782bf

Contents?: true

Size: 831 Bytes

Versions: 5

Compression:

Stored size: 831 Bytes

Contents

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

MethodLength:
  Description: 'Avoid methods longer than 10 lines of code.'
  Max: 23
  Enabled: true

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

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

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

StringLiterals:
  EnforcedStyle: single_quotes
  Enabled: true

CyclomaticComplexity:
  Description: 'Avoid complex methods.'
  Max: 8

ClassLength:
  Description: 'Avoid classes longer than 100 lines of code.'
  CountComments: false  # count full line comments?
  Max: 334

ExtraSpacing:
  Enabled: true

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
name-tamer-0.5.3 .rubocop.yml
name-tamer-0.5.2 .rubocop.yml
name-tamer-0.5.1 .rubocop.yml
name-tamer-0.4.0 .rubocop.yml
name-tamer-0.3.0 .rubocop.yml