Sha256: c27bcaf5f0d9086231dbfc4a998f3a08e91e508d23e9481e26a9602552709add

Contents?: true

Size: 612 Bytes

Versions: 19

Compression:

Stored size: 612 Bytes

Contents

AllCops:

  Include:
    - 'lib/**/*.rb'
    - 'spec/**/*.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

19 entries across 19 versions & 4 rubygems

Version Path
hoe-reek-1.1.8 .rubocop.yml
hoe-manns-1.6.2 .rubocop.yml
latex_curriculum_vitae-1.3.1 .rubocop.yml
hoe-reek-1.1.7 .rubocop.yml
hoe-manns-1.6.1 .rubocop.yml
latex_curriculum_vitae-1.2.2 .rubocop.yml
hoe-reek-1.1.6 .rubocop.yml
hoe-packaging-1.1.5 .rubocop.yml
latex_curriculum_vitae-1.2.0 .rubocop.yml
hoe-manns-1.6.0 .rubocop.yml
hoe-manns-1.5.1 .rubocop.yml
latex_curriculum_vitae-1.1.4 .rubocop.yml
hoe-reek-1.1.5 .rubocop.yml
hoe-packaging-1.1.4 .rubocop.yml
hoe-manns-1.5.0 .rubocop.yml
hoe-manns-1.4.9 .rubocop.yml
hoe-manns-1.4.8 .rubocop.yml
hoe-manns-1.4.7 .rubocop.yml
hoe-manns-1.4.6 .rubocop.yml