Sha256: e337505f8fc73e0b025e2db6c16abb968a420792486464fa258dad6f2ad6f7ce

Contents?: true

Size: 616 Bytes

Versions: 7

Compression:

Stored size: 616 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true

Style/Documentation:
  Enabled: false

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/ClassAndModuleChildren:
  Enabled: false

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

Style/Lambda:
  Enabled: false

Metrics/LineLength:
  Max: 90

Metrics/MethodLength:
  Max: 15

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rspec-graphql_matchers-1.3.0 .rubocop.yml
rspec-graphql_matchers-1.2.1 .rubocop.yml
rspec-graphql_matchers-1.2 .rubocop.yml
rspec-graphql_matchers-1.1 .rubocop.yml
rspec-graphql_matchers-1.0.1 .rubocop.yml
rspec-graphql_matchers-1.0 .rubocop.yml
rspec-graphql_matchers-1.0.0.pre.0.1 .rubocop.yml