Sha256: fede6be83b6860e4a3acae7dcea5ebc4cd9941b631ae585b4d87aaf261ee2317

Contents?: true

Size: 612 Bytes

Versions: 34

Compression:

Stored size: 612 Bytes

Contents

AllCops:

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

34 entries across 34 versions & 5 rubygems

Version Path
hoe-rubocop-1.0.7 .rubocop.yml
hoe-packaging-1.1.3 .rubocop.yml
latex_curriculum_vitae-1.1.3 .rubocop.yml
hoe-rubocop-1.0.6 .rubocop.yml
hoe-reek-1.1.3 .rubocop.yml
hoe-rubocop-1.0.5 .rubocop.yml
hoe-manns-1.4.5 .rubocop.yml
hoe-rubocop-1.0.4 .rubocop.yml
hoe-reek-1.1.2 .rubocop.yml
hoe-packaging-1.1.2 .rubocop.yml
hoe-manns-1.4.4 .rubocop.yml
hoe-rubocop-1.0.3 .rubocop.yml
hoe-rubocop-1.0.2 .rubocop.yml
hoe-packaging-1.1.1 .rubocop.yml
hoe-manns-1.4.3 .rubocop.yml
latex_curriculum_vitae-1.1.0 .rubocop.yml
hoe-rubocop-1.0.1 .rubocop.yml
hoe-manns-1.4.2 .rubocop.yml
hoe-manns-1.4.1 .rubocop.yml
hoe-manns-1.4.0 .rubocop.yml