Sha256: e751fdaf6a51a09496b2926524f87c9dcfb8d1cc51437f5c43d871da33523c12

Contents?: true

Size: 612 Bytes

Versions: 2

Compression:

Stored size: 612 Bytes

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.5

Lint/DuplicateMethods:
  Enabled: false

Layout/HashAlignment:
  Enabled: false

Layout/LineLength:
  Max: 120
  Exclude:
  - 'lib/verboten_keys/errors.rb'
  - '**/*.gemspec'

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

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
verboten_keys-1.0.1 .rubocop.yml
verboten_keys-1.0.0 .rubocop.yml