Sha256: dfe1cd9b60fb525f97eac48eac68058329ba4eace9fc38f907e4a2266fb25f0d

Contents?: true

Size: 1.16 KB

Versions: 3

Compression:

Stored size: 1.16 KB

Contents

require: rubocop-rspec
AllCops:
  TargetRubyVersion: 3.0
  Exclude:
    - Gemfile
    - devise-jwt.gemspec
    - spec/fixtures/rails_app/**/*
    - vendor/**/*
RSpec/NestedGroups:
  Max: 3
RSpec/MessageExpectation:
  EnforcedStyle: 'expect'
RSpec/ContextWording:
  Exclude:
    - "spec/support/shared_contexts/*rb"
    - "spec/features/*rb"
Metrics/BlockLength:
  Exclude:
    - "spec/**/*.rb"
Style/SafeNavigation:
  Enabled: false
Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true
Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Lint/DeprecatedOpenSSLConstant:
  Enabled: true
Lint/MixedRegexpCaptureTypes:
  Enabled: true
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Style/AccessorGrouping:
  Enabled: true
Style/BisectedAttrAccessor:
  Enabled: true
Style/ExponentialNotation:
  Enabled: true
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true
Style/RedundantAssignment:
  Enabled: true
Style/RedundantFetchBlock:
  Enabled: true
Style/RedundantRegexpCharacterClass:
  Enabled: true
Style/RedundantRegexpEscape:
  Enabled: true
Style/SlicingWithRange:
  Enabled: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
devise-jwt-0.12.1 .rubocop.yml
devise-jwt-0.12.0 .rubocop.yml
devise-jwt-0.11.0 .rubocop.yml