Sha256: 3d982d17f41aeee2282d95c2b6c54e69283429ffaae23a8c29e73f7b2c693473

Contents?: true

Size: 480 Bytes

Versions: 2

Compression:

Stored size: 480 Bytes

Contents

AllCops:
  Exclude:
  - 'vendor/**/*'
  TargetRubyVersion: 2.1

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

Style/EmptyLineAfterMagicComment:
  Enabled: false

# When support for Ruby < 2.3 is dropped, re-enable
Style/IndentHeredoc:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thermite-0.12.1 .rubocop.yml
thermite-0.12.0 .rubocop.yml