Sha256: 9f0808c8e04c22edfd190b227106f51a0d0e6e30d9c892780758bd2a9310fdeb

Contents?: true

Size: 604 Bytes

Versions: 3

Compression:

Stored size: 604 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - 'bin/colt'
    - 'vendor/**/*'
  NewCops: enable

Metrics/AbcSize:
  Max: 20

Metrics/MethodLength:
  Max: 17

Layout/LineLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Layout/HashAlignment:
  EnforcedHashRocketStyle: table

Metrics/BlockLength:
  Exclude:
    - '*.gemspec'
    - 'spec/**/*_spec.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
choria-colt-0.2.0 .rubocop.yml
choria-colt-0.1.1 .rubocop.yml
choria-colt-0.1.0 .rubocop.yml