Sha256: 1841a108e105b99e883d1a6279a65227f8bd8adac1d8f012aea470ae9a7dc603

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 Bytes

Contents

AllCops:
  Exclude:
    - "vendor/**/*"
  TargetRubyVersion: 2.7

Layout/EmptyLineAfterMagicComment:
  Enabled: false

Lint/EndAlignment:
  Enabled: true
  EnforcedStyleAlignWith: variable

Metrics/AbcSize:
  Max: 20

Metrics/ClassLength:
  Exclude:
    - "test/**/*"
  Max: 150

Metrics/LineLength:
  Max: 100
  AllowURI: true
  URISchemes:
    - http
    - https

Metrics/MethodLength:
  Max: 20

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thermite-ruby3-fork-dont-use-0.14.0 .rubocop.yml