Sha256: cc3484c9ceb0b99ad2a15b4d770717163d24c66e65c1a86d613d6b12b3cadb7b

Contents?: true

Size: 1.07 KB

Versions: 13

Compression:

Stored size: 1.07 KB

Contents

require: rubocop-rspec
AllCops:
  TargetRubyVersion: 2.7
  Exclude:
    - Gemfile
    - warden-jwt_auth.gemspec
    - spec/support/shared_contexts/*rb
    - vendor/**/*
RSpec/NestedGroups:
  Max: 3
RSpec/MessageExpectation:
  EnforcedStyle: 'expect'
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

13 entries across 13 versions & 2 rubygems

Version Path
warden-jwt_auth-0.11.0 .rubocop.yml
warden-jwt_auth-0.10.1 .rubocop.yml
warden-auth0-0.4.2 .rubocop.yml
warden-auth0-0.4.1 .rubocop.yml
warden-auth0-0.4.0 .rubocop.yml
warden-auth0-0.3.0 .rubocop.yml
warden-auth0-0.2.0 .rubocop.yml
warden-auth0-0.1.0 .rubocop.yml
warden-jwt_auth-0.10.0 .rubocop.yml
warden-jwt_auth-0.9.0 .rubocop.yml
warden-jwt_auth-0.8.0 .rubocop.yml
warden-jwt_auth-0.7.0 .rubocop.yml
warden-jwt_auth-0.6.0 .rubocop.yml