Sha256: c7e6075cd4195013bcc7b88505f4bbb6970fb5345206964f58aed8e9730bb237

Contents?: true

Size: 538 Bytes

Versions: 8

Compression:

Stored size: 538 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  SuggestExtensions: false
  TargetRubyVersion: 3.0
  NewCops: enable
  Exclude:
  - 'vendor/**/*'
  - 'yard/**/*'
  - 'tmp/**/*'

Gemspec/RequiredRubyVersion:
  Enabled: false

Layout/LineLength:
  Max: 80

Lint/AmbiguousBlockAssociation:
  Enabled: false

Naming/RescuedExceptionsVariableName:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FormatString:
  EnforcedStyle: percent

Style/FormatStringToken:
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
fast_camelize-0.1.4 .rubocop.yml
fast_parameterize-0.1.2 .rubocop.yml
fast_camelize-0.1.3 .rubocop.yml
fast_parameterize-0.1.1 .rubocop.yml
fast_camelize-0.1.2 .rubocop.yml
fast_camelize-0.1.1 .rubocop.yml
fast_camelize-0.1.0 .rubocop.yml
fast_parameterize-0.1.0 .rubocop.yml