Sha256: 5577e9c620717d69c10f4429f34bd648bfbf882e2b0f56bae7667475d5b0e241

Contents?: true

Size: 562 Bytes

Versions: 3

Compression:

Stored size: 562 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Metrics/LineLength:
  Max: 90

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/SpaceBeforeFirstArg:
  Include:
    - db/migrate/*.rb
  Enabled: false

Style/Documentation:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: true

Style/Lambda:
  Enabled: false

Metrics/MethodLength:
  Max: 15

Metrics/BlockLength:
  Exclude:
    - spec/rspec/*.rb

Metrics/ModuleLength:
  Exclude:
    - spec/rspec/*.rb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rspec-graphql_matchers-2.0.0.pre.rc.0 .rubocop.yml
rspec-graphql_matchers-1.4.0 .rubocop.yml
rspec-graphql_matchers-1.3.1 .rubocop.yml