Sha256: 7f96696b019d02d120aa153ec49c737c2833055b8f466041da74e070015a3034

Contents?: true

Size: 472 Bytes

Versions: 3

Compression:

Stored size: 472 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'
    - 'fakeit.gemspec'

Security/Open:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: false

Style/HashTransformValues:
  Enabled: true

Lint/RaiseException:
  Enabled: true

Lint/StructNewOverride:
  Enabled: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fakeit-0.6.1 .rubocop.yml
fakeit-0.6.0 .rubocop.yml
fakeit-0.5.3 .rubocop.yml