Sha256: f1876c2e8459ed32802163ef48fa47ac6a87d8703305ccf14ef37ff1ce5ab230

Contents?: true

Size: 543 Bytes

Versions: 1

Compression:

Stored size: 543 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.7
  Exclude:
  - '{tmp,vendor,yard}/**/*'
  - 'test/ragel/fixtures/*'

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

Style/SlicingWithRange:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ragel-bitmap-0.2.2 .rubocop.yml