Sha256: e6b77194ef99e94f963b2480a0ef53cd342cab4d2ba9ab0255bb8a6816c75276

Contents?: true

Size: 597 Bytes

Versions: 30

Compression:

Stored size: 597 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 }
LeadingCommentSpace: { 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

30 entries across 30 versions & 1 rubygems

Version Path
stytch-10.9.0 .rubocop.yml
stytch-10.8.0 .rubocop.yml
stytch-10.7.0 .rubocop.yml
stytch-10.6.0 .rubocop.yml
stytch-10.5.0 .rubocop.yml
stytch-10.4.0 .rubocop.yml
stytch-10.2.1 .rubocop.yml
stytch-10.1.1 .rubocop.yml
stytch-10.0.2 .rubocop.yml
stytch-10.0.1 .rubocop.yml
stytch-9.12.2 .rubocop.yml
stytch-9.12.1 .rubocop.yml
stytch-9.11.2 .rubocop.yml
stytch-10.3.1 .rubocop.yml
stytch-10.3.0 .rubocop.yml
stytch-10.2.0 .rubocop.yml
stytch-10.1.0 .rubocop.yml
stytch-10.0.0 .rubocop.yml
stytch-9.12.0 .rubocop.yml
stytch-9.11.1 .rubocop.yml