Sha256: 7df7bc98ed121342d3a358ba0574591e4a89160af18dbde7c909681413b6744a

Contents?: true

Size: 800 Bytes

Versions: 1

Compression:

Stored size: 800 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: 331

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
name-tamer-0.2.15 .rubocop.yml