Sha256: 5f871152a5aad41e5ad414d5c0d5b2a9de18d95c3a7d7dd6170cc98720de08cf

Contents?: true

Size: 556 Bytes

Versions: 19

Compression:

Stored size: 556 Bytes

Contents

require:
 - rubocop-rspec

AllCops:
  NewCops: disable
  # The target Ruby version must match the one in stytch.gemspec.
  TargetRubyVersion: 2.7

Layout/LineLength: { Enabled: false }

Metrics: { Enabled: false }

Style/Documentation: { Enabled: false }
Style/For: { Enabled: false }
Style/FrozenStringLiteralComment: { Enabled: false }
Style/NumericPredicate: { Enabled: false }
Style/StringConcatenation: { Enabled: false }

RSpec/DescribedClass: { Enabled: false }
RSpec/ExampleLength: { Enabled: false }
RSpec/MultipleExpectations: { Enabled: false }

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
stytch-9.0.0 .rubocop.yml
stytch-8.0.0 .rubocop.yml
stytch-7.8.1 .rubocop.yml
stytch-7.8.0 .rubocop.yml
stytch-7.7.0 .rubocop.yml
stytch-7.6.0 .rubocop.yml
stytch-7.5.1 .rubocop.yml
stytch-7.5.0 .rubocop.yml
stytch-7.4.0 .rubocop.yml
stytch-7.3.0 .rubocop.yml
stytch-7.2.0 .rubocop.yml
stytch-7.1.0 .rubocop.yml
stytch-7.0.3 .rubocop.yml
stytch-7.0.2 .rubocop.yml
stytch-7.0.1 .rubocop.yml
stytch-7.0.0 .rubocop.yml
stytch-6.6.0 .rubocop.yml
stytch-6.5.2 .rubocop.yml
stytch-6.5.1 .rubocop.yml