Sha256: e7872560f504518b623421026fad287cd60ffb21102f4185546decb1460fa9e4

Contents?: true

Size: 412 Bytes

Versions: 2

Compression:

Stored size: 412 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable
  SuggestExtensions: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Naming/FileName:
  Exclude:
    - 'lib/jwk-loader.rb'

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

Style/Documentation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jwk-loader-0.1.1 .rubocop.yml
jwk-loader-0.1.0 .rubocop.yml