Sha256: c21a832970e44e79c8b0b3186527a64a5f4d9dba6308887138b63622ba5ba3d6

Contents?: true

Size: 766 Bytes

Versions: 7

Compression:

Stored size: 766 Bytes

Contents

require: rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

Style/Documentation:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/BlockNesting:
  Enabled: false

Style/FrozenStringLiteralComment:
  EnforcedStyle: always_true

Layout/LineLength:
  Max: 300

Lint/SuppressedException:
  Exclude:
    - examples/**

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

Style/HashSyntax:
  Enabled: false # We still want to support older versions of Ruby

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typesense-3.0.0.rc1 .rubocop.yml
typesense-2.1.0 .rubocop.yml
typesense-2.1.0.rc2 .rubocop.yml
typesense-2.1.0.rc1 .rubocop.yml
typesense-2.0.0 .rubocop.yml
typesense-1.1.0 .rubocop.yml
typesense-1.0.0 .rubocop.yml