Sha256: a8832f191d66b16309d7537d774951d8b18af58360b5f851563f93858949e22c

Contents?: true

Size: 558 Bytes

Versions: 12

Compression:

Stored size: 558 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

Style/StringLiterals:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 200
  Exclude:
    - lib/humanize/locales/constants/*.rb

Metrics/MethodLength:
  Max: 30

Metrics/AbcSize:
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/PerceivedComplexity:
  Max: 10

Metrics/BlockLength:
  Exclude:
    - spec/**/*.rb

Style/WordArray:
  Exclude:
    - lib/humanize/locales/constants/*.rb

Style/SpecialGlobalVars:
  Enabled: false

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
humanize-2.5.0 .rubocop.yml
humanize-2.4.3 .rubocop.yml
humanize-2.4.2 .rubocop.yml
humanize-2.4.1 .rubocop.yml
humanize-2.4.0 .rubocop.yml
humanize-2.3.0 .rubocop.yml
humanize-2.2.1 .rubocop.yml
humanize-2.2.0 .rubocop.yml
humanize-2.1.2 .rubocop.yml
humanize-2.1.1 .rubocop.yml
humanize-2.1.0 .rubocop.yml
humanize-2.0.0 .rubocop.yml