Sha256: 56ce2435fc0e7bed89b197da7d41917bd32bc4d59e977f4af12b704ac6610a41

Contents?: true

Size: 400 Bytes

Versions: 1

Compression:

Stored size: 400 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 3.1

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  ExcludedMethods: ["describe", "context"]

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Style/BlockDelimiters:
  Exclude:
    - spec/**/*
    - benchmark/**/*

RSpec/ExampleLength:
  Exclude:
    - spec/**/*

RSpec/MultipleExpectations:
  Max: 2

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
graphql-groups-0.2.3 .rubocop.yml