Sha256: 4bef2b7e3a2459197961e502ba08735c829a4845fd083c23f126f638e370f88e

Contents?: true

Size: 266 Bytes

Versions: 3

Compression:

Stored size: 266 Bytes

Contents

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

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

3 entries across 3 versions & 1 rubygems

Version Path
thermite-0.10.0 .rubocop.yml
thermite-0.9.0 .rubocop.yml
thermite-0.8.0 .rubocop.yml