Sha256: a959264e074b4d1fab840a7c16e830883593d38ef2fc780ac96d1566d239a3c7

Contents?: true

Size: 359 Bytes

Versions: 13

Compression:

Stored size: 359 Bytes

Contents

# inherit_from: .rubocop_todo.yml
AllCops:
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
    - '**/*.rake'
Documentation:
  Enabled: false
Metrics/LineLength:
  Max: 100
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%':  ()
    '%q': ()
    '%Q': ()
    '%i': []
    '%I': []
    '%r': ()
    '%s': ()
    '%w': []
    '%W': []
    '%x': ()

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
jwt_keeper-6.1.2 .rubocop.yml
jwt_keeper-6.1.1 .rubocop.yml
jwt_keeper-6.1.0 .rubocop.yml
jwt_keeper-6.0.0 .rubocop.yml
jwt_keeper-5.0.1 .rubocop.yml
jwt_keeper-5.0.0 .rubocop.yml
jwt_keeper-4.0.1 .rubocop.yml
jwt_keeper-4.0.0 .rubocop.yml
jwt_keeper-3.3.0 .rubocop.yml
jwt_keeper-3.2.0 .rubocop.yml
jwt_keeper-3.1.0 .rubocop.yml
jwt_keeper-3.0.1 .rubocop.yml
jwt_keeper-3.0.0 .rubocop.yml