Sha256: 77908077a0fe747420d2c3077c9f636c4faf52d72f996660f45a223cea6e65b2

Contents?: true

Size: 277 Bytes

Versions: 5

Compression:

Stored size: 277 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable
  SuggestExtensions: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jwt-eddsa-0.8.0 .rubocop.yml
jwt-eddsa-0.7.1 .rubocop.yml
jwt-eddsa-0.7.0 .rubocop.yml
jwt-eddsa-0.6.0 .rubocop.yml
jwt-eddsa-0.5.0 .rubocop.yml