Sha256: e0ea92be013a06bd6a88e688da0d83aea56757ae6944727093abe7b4946fa1a1

Contents?: true

Size: 591 Bytes

Versions: 2

Compression:

Stored size: 591 Bytes

Contents

AllCops:

  Include:
    - 'lib/**/*.rb'

  Exclude:
    - 'Rakefile'

  DisplayCopNames: true

Metrics/LineLength:
  Enabled: true
  Max: 80

Metrics/CyclomaticComplexity:
  Severity: warning

Style/PerlBackrefs:
  AutoCorrect: true

Metrics/ParameterLists:
  Max: 10
  CountKeywordArgs: true

Metrics/ClassLength:
  CountComments: false  # count full line comments?
  Max: 150

Metrics/ModuleLength:
  CountComments: false  # count full line comments?
  Max: 190

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

Style/RedundantReturn:
  Enabled: false

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
latex_curriculum_vitae-2.0.0 .rubocop.yml
hoe-rubocop-1.0.8 .rubocop.yml