Sha256: 7a8ba74cea9082c1405f4c480bfadfbad683e5086fe125f15cf483f40248521e

Contents?: true

Size: 481 Bytes

Versions: 26

Compression:

Stored size: 481 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

Metrics/ParameterLists:
  CountKeywordArgs: false

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
burner-1.12.0 .rubocop.yml
burner-1.11.0 .rubocop.yml
burner-1.10.0 .rubocop.yml
burner-1.9.0 .rubocop.yml
burner-1.9.0.pre.alpha .rubocop.yml
burner-1.8.0 .rubocop.yml
burner-1.7.0 .rubocop.yml
burner-1.7.0.pre.alpha .rubocop.yml
burner-1.6.0 .rubocop.yml
burner-1.6.0.pre.alpha .rubocop.yml
burner-1.5.0 .rubocop.yml
burner-1.5.0.pre.alpha .rubocop.yml
burner-1.4.0 .rubocop.yml
burner-1.4.0.pre.alpha .rubocop.yml
burner-1.3.0 .rubocop.yml
burner-1.3.0.pre.alpha .rubocop.yml
burner-1.2.0 .rubocop.yml
burner-1.1.0 .rubocop.yml
burner-1.1.0.pre.alpha .rubocop.yml
burner-1.0.0 .rubocop.yml