Sha256: 7480b3804c0e2ab5325f04e951d9784c6cd49f2f45d70ecbe876f9dcc3bca708

Contents?: true

Size: 495 Bytes

Versions: 3

Compression:

Stored size: 495 Bytes

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7
  SuggestExtensions: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 140

Naming/VariableName:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  Enabled: false

Style/TrailingCommaInArguments:
  Enabled: false

Lint/ConstantDefinitionInBlock:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
graphql-schema-directive-constraint-0.2.0 .rubocop.yml
graphql-schema-directive-constraint-0.1.1 .rubocop.yml
graphql-schema-directive-constraint-0.1.0 .rubocop.yml