Sha256: decf65787135bed3b197b8bf047c2fb74b7587e68e5edb0083738a1b69887afa

Contents?: true

Size: 444 Bytes

Versions: 2

Compression:

Stored size: 444 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'
    - 'spec/jwk-loader_spec.rb'

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

Style/Documentation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jwk-loader-1.1.0 .rubocop.yml
jwk-loader-1.0.0 .rubocop.yml