Sha256: 92012beaa6a70250a5885b20a7e8fc40284fb245359cdb585bc17d24d3601be0

Contents?: true

Size: 431 Bytes

Versions: 8

Compression:

Stored size: 431 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable

Layout/LineLength:
  Max: 100
  Exclude:
    - burner.gemspec

Metrics/BlockLength:
  ExcludedMethods:
    - let
    - it
    - describe
    - context
    - specify
    - define

Metrics/MethodLength:
  Max: 30

Metrics/AbcSize:
  Max: 25

Metrics/ClassLength:
  Max: 125

Style/TrailingCommaInHashLiteral:
  Enabled: false

Style/TrailingCommaInArrayLiteral:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
burner-1.0.0.pre.alpha.6 .rubocop.yml
burner-1.0.0.pre.alpha.5 .rubocop.yml
burner-1.0.0.pre.alpha.4 .rubocop.yml
burner-1.0.0.pre.alpha.3 .rubocop.yml
burner-1.0.0.pre.alpha.2 .rubocop.yml
burner-1.0.0.pre.alpha.1 .rubocop.yml
burner-1.0.0.pre.alpha .rubocop.yml
burner-0.0.0 .rubocop.yml