Sha256: 18faa41b4aa854ce6f43be729cb391a8919fdf052807502f62373f138d87ffd9

Contents?: true

Size: 327 Bytes

Versions: 6

Compression:

Stored size: 327 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Layout/LineLength:
  Max: 120

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

Security/Open:
  Enabled: false

Style/HashTransformKeys:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fakeit-0.10.0 .rubocop.yml
fakeit-0.9.2 .rubocop.yml
fakeit-0.9.1 .rubocop.yml
fakeit-0.9.0 .rubocop.yml
fakeit-0.8.1 .rubocop.yml
fakeit-0.8.0 .rubocop.yml