Sha256: ceac4e975eff7e100d45339895111c60f8c62985eac8d39c193cc640fc079c43

Contents?: true

Size: 557 Bytes

Versions: 1

Compression:

Stored size: 557 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4

Style/StringLiterals:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Documentation:
  Enabled: false

Layout/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

1 entries across 1 versions & 1 rubygems

Version Path
humanize-2.5.1 .rubocop.yml